summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-10-03 20:50:38 +0200
committerDave Davenport <qball@gmpclient.org>2017-10-03 20:50:38 +0200
commit51d1ebf0ea6c19bfdc4db09851666ee16449e680 (patch)
tree8e83daab0b618baec008c26f21cafec0747e8b17 /include
parentaeb669b175c4d61ad1d45c7b1cfe4357e6aa6210 (diff)
Install rofi-types.h and fix includes for plugins
Diffstat (limited to 'include')
-rw-r--r--include/helper.h2
-rw-r--r--include/mode.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/helper.h b/include/helper.h
index f8cf1c27..75d3877b 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -29,7 +29,7 @@
#define ROFI_HELPER_H
#include <cairo.h>
-#include <rofi-types.h>
+#include "rofi-types.h"
/**
* @defgroup HELPERS Helpers
diff --git a/include/mode.h b/include/mode.h
index d4acead9..4a345c53 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -29,7 +29,7 @@
#define ROFI_MODE_H
#include <cairo.h>
-#include <rofi-types.h>
+#include "rofi-types.h"
/**
* @defgroup MODE Mode
*