aboutsummaryrefslogtreecommitdiffstats
path: root/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'state.h')
-rw-r--r--state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/state.h b/state.h
index 6273bdb..a76eee2 100644
--- a/state.h
+++ b/state.h
@@ -6,11 +6,11 @@
#include "types-ring.h"
#include "types-output.h"
-#include <libgamma.h>
-
#include <stddef.h>
#include <signal.h>
+#include <libgamma.h>
+
#ifndef GCC_ONLY
# if defined(__GNUC__) && !defined(__clang__)
# define GCC_ONLY(...) __VA_ARGS__