Fix include order in src/clock.c to be alphabetical (#2181)

This commit is contained in:
FosterProgramming 2025-09-13 18:49:36 +02:00 committed by GitHub
parent 276275f837
commit 9c8cfe3b75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);