summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-08-18 11:38:54 +0200
committerDave Davenport <qball@gmpclient.org>2017-08-18 11:38:54 +0200
commit3c52f1514018c2a4af0c496193731a1035cadb17 (patch)
tree3baea9ee4b8eb664a7039323423da9925ba9c414 /source
parent9105e5549f32c0ff2130d6904c07cedc0094ffad (diff)
Move more enums to rofi-types.h
Diffstat (limited to 'source')
-rw-r--r--source/rofi.c2
-rw-r--r--source/view.c2
-rw-r--r--source/xcb.c1
3 files changed, 3 insertions, 2 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 44e2a19d..fda23e4c 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -45,11 +45,11 @@
#include <libgwater-xcb.h>
+#include "rofi.h"
#include "display.h"
#include "settings.h"
#include "mode.h"
-#include "rofi.h"
#include "helper.h"
#include "widgets/textbox.h"
#include "xrmoptions.h"
diff --git a/source/view.c b/source/view.c
index 1827ee97..9f3b3c59 100644
--- a/source/view.c
+++ b/source/view.c
@@ -48,11 +48,11 @@
#define SN_API_NOT_YET_FROZEN
#include <libsn/sn.h>
+#include "rofi.h"
#include "timings.h"
#include "settings.h"
-#include "rofi.h"
#include "mode.h"
#include "display.h"
#include "xcb-internal.h"
diff --git a/source/xcb.c b/source/xcb.c
index ba4f73ff..db41ec70 100644
--- a/source/xcb.c
+++ b/source/xcb.c
@@ -52,6 +52,7 @@
#define SN_API_NOT_YET_FROZEN
/* This function is declared as sn_launcher_context_set_application_id but implemented as sn_launcher_set_application_id */
#define sn_launcher_context_set_application_id sn_launcher_set_application_id
+#include "rofi-types.h"
#include <libsn/sn.h>
#include "display.h"
#include "xcb-internal.h"