summaryrefslogtreecommitdiff
path: root/extra/lightbar/simulation.h
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lightbar/simulation.h')
-rw-r--r--extra/lightbar/simulation.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/lightbar/simulation.h b/extra/lightbar/simulation.h
index 93f0a957c0..c77583e6c9 100644
--- a/extra/lightbar/simulation.h
+++ b/extra/lightbar/simulation.h
@@ -6,17 +6,16 @@
#ifndef __EXTRA_SIMULATION_H
#define __EXTRA_SIMULATION_H
-#include "lb_common.h"
-#include "lightbar.h"
-
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
-
#include <unistd.h>
+#include "lb_common.h"
+#include "lightbar.h"
+
/* Functions specific to our simulation environment */
void *entry_windows(void *);
void *entry_input(void *);