summaryrefslogtreecommitdiff
path: root/src/gtkext
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-16 22:18:03 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-16 22:18:25 (GMT)
commitacac24dbaae205b389c81132939280295b6a5d34 (patch)
tree3bc91706e0d455ebadb19e1d25efb1bc554a9788 /src/gtkext
parentf6e56cebfa878dd32a2405fd0c916a40140a1ff0 (diff)
Cleaned code.
Diffstat (limited to 'src/gtkext')
-rw-r--r--src/gtkext/gtkdisplaypanel-int.h3
-rw-r--r--src/gtkext/gtkdisplaypanel.h5
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gtkext/gtkdisplaypanel-int.h b/src/gtkext/gtkdisplaypanel-int.h
index cf0335a..ffed3b1 100644
--- a/src/gtkext/gtkdisplaypanel-int.h
+++ b/src/gtkext/gtkdisplaypanel-int.h
@@ -32,7 +32,8 @@
#include <gtk/gtk.h>
-#include "../glibext/glinecursor.h"
+#include "../analysis/binary.h"
+#include "../glibext/gloadedpanel.h"
diff --git a/src/gtkext/gtkdisplaypanel.h b/src/gtkext/gtkdisplaypanel.h
index b336799..51648df 100644
--- a/src/gtkext/gtkdisplaypanel.h
+++ b/src/gtkext/gtkdisplaypanel.h
@@ -26,11 +26,10 @@
#include <glib-object.h>
+#include <stdbool.h>
-#include "../analysis/binary.h"
-#include "../glibext/glinecursor.h"
-#include "../glibext/gloadedpanel.h"
+#include "../arch/vmpa.h"