about summary refs log tree commit diff stats
path: root/src/ui/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/buffer.h')
-rw-r--r--src/ui/buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/buffer.h b/src/ui/buffer.h
index e37f58fa..19b7bfb7 100644
--- a/src/ui/buffer.h
+++ b/src/ui/buffer.h
@@ -35,11 +35,11 @@
 #ifndef UI_BUFFER_H
 #define UI_BUFFER_H
 
+#include <glib.h>
+
 #include "config.h"
 #include "config/theme.h"
 
-#include <glib.h>
-
 typedef struct delivery_receipt_t {
     char *id;
     gboolean received;