summaryrefslogtreecommitdiff
path: root/extra/lightbar/windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lightbar/windows.c')
-rw-r--r--extra/lightbar/windows.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/lightbar/windows.c b/extra/lightbar/windows.c
index 3371cd42f5..e0b14fae42 100644
--- a/extra/lightbar/windows.c
+++ b/extra/lightbar/windows.c
@@ -3,18 +3,17 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#include "simulation.h"
-
#include <assert.h>
+#include <pthread.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
-
-#include <pthread.h>
#include <xcb/xcb.h>
+#include "simulation.h"
+
/*****************************************************************************/
/* Window drawing stuff */