summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/hook-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/hook-list.h')
-rw-r--r--src/pulsecore/hook-list.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pulsecore/hook-list.h b/src/pulsecore/hook-list.h
index b3bd600a..c288980d 100644
--- a/src/pulsecore/hook-list.h
+++ b/src/pulsecore/hook-list.h
@@ -24,9 +24,10 @@
USA.
***/
-#include <pulsecore/llist.h>
#include <pulse/xmalloc.h>
-#include <pulsecore/gccmacro.h>
+#include <pulse/gccmacro.h>
+
+#include <pulsecore/llist.h>
typedef struct pa_hook_slot pa_hook_slot;
typedef struct pa_hook pa_hook;