Fix include order in src/clock.c to be alphabetical (#2181)
This commit is contained in:
committed by
GitHub
parent
276275f837
commit
9c8cfe3b75
14
src/clock.c
14
src/clock.c
@@ -1,15 +1,15 @@
|
||||
#include "global.h"
|
||||
#include "berry.h"
|
||||
#include "dewford_trend.h"
|
||||
#include "event_data.h"
|
||||
#include "field_specials.h"
|
||||
#include "field_weather.h"
|
||||
#include "main.h"
|
||||
#include "lottery_corner.h"
|
||||
#include "overworld.h"
|
||||
#include "rtc.h"
|
||||
#include "time_events.h"
|
||||
#include "field_specials.h"
|
||||
#include "lottery_corner.h"
|
||||
#include "dewford_trend.h"
|
||||
#include "tv.h"
|
||||
#include "field_weather.h"
|
||||
#include "berry.h"
|
||||
#include "main.h"
|
||||
#include "overworld.h"
|
||||
#include "wallclock.h"
|
||||
|
||||
static void UpdatePerDay(struct Time *localTime);
|
||||
|
||||
Reference in New Issue
Block a user