summaryrefslogtreecommitdiff
path: root/extra/lightbar/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lightbar/main.c')
-rw-r--r--extra/lightbar/main.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/lightbar/main.c b/extra/lightbar/main.c
index e08aefc114..321c0c73d2 100644
--- a/extra/lightbar/main.c
+++ b/extra/lightbar/main.c
@@ -3,19 +3,18 @@
* 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 <errno.h>
#include <inttypes.h>
-#include <stdarg.h>
+#include <pthread.h>
#include <stdint.h>
+#include <string.h>
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
+#include <stdarg.h>
#include <time.h>
-#include <pthread.h>
+#include "simulation.h"
static void *(*thread_fns[])(void *) = {
entry_windows,