summaryrefslogtreecommitdiff
path: root/src/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/clock.c')
-rw-r--r--src/clock.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/clock.c b/src/clock.c
index 669e4cf3c..1f2aac9fd 100644
--- a/src/clock.c
+++ b/src/clock.c
@@ -1,16 +1,16 @@
-#include "dewford_trend.h"
-#include "field_weather.h"
-#include "tv.h"
-#include "time_events.h"
-#include "field_specials.h"
#include "global.h"
#include "clock.h"
#include "berry.h"
+#include "dewford_trend.h"
#include "event_data.h"
+#include "field_specials.h"
+#include "field_weather.h"
#include "lottery_corner.h"
#include "main.h"
#include "rom4.h"
#include "rtc.h"
+#include "time_events.h"
+#include "tv.h"
#include "wallclock.h"
static void InitTimeBasedEvents(void);