summaryrefslogtreecommitdiff
blob: fe32499828708d681184eb0e7abd0f8bb8a6129a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Index: superswitcher-0.6/src/dbus-object.h
===================================================================
--- superswitcher-0.6.orig/src/dbus-object.h
+++ superswitcher-0.6/src/dbus-object.h
@@ -4,7 +4,7 @@
 #ifndef SUPERSWITCHER_DBUS_OBJECT_H
 #define SUPERSWITCHER_DBUS_OBJECT_H
 
-#include <glib/gtypes.h>
+#include <glib.h>
 
 #include "forward_declarations.h"
 
Index: superswitcher-0.6/src/forward_declarations.h
===================================================================
--- superswitcher-0.6.orig/src/forward_declarations.h
+++ superswitcher-0.6/src/forward_declarations.h
@@ -18,8 +18,7 @@ typedef struct _SSXineramaScreen SSXiner
 #define ABNORMAL_EXIT_CODE_ANOTHER_INSTANCE_IS_RUNNING  1
 #define ABNORMAL_EXIT_CODE_UNKNOWN_COMMAND_LINE_OPTION  2
 
-#include <glib/gerror.h>
-#include <glib/gtypes.h>
+#include <glib.h>
 gboolean   superswitcher_hide_popup     (void *, GError **);
 gboolean   superswitcher_show_popup     (void *, GError **);
 gboolean   superswitcher_toggle_popup   (void *, GError **);