diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rtc.c (renamed from src/rtc_util.c) | 2 | ||||
-rw-r--r-- | src/siirtc.c (renamed from src/librtc.c) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rtc_util.c b/src/rtc.c index 876d4ab24..6f164066b 100644 --- a/src/rtc_util.c +++ b/src/rtc.c @@ -1,6 +1,6 @@ #include "global.h" +#include "siirtc.h" #include "rtc.h" -#include "rtc_util.h" #include "string_util.h" extern const struct SiiRtcInfo gRtcDummy; diff --git a/src/librtc.c b/src/siirtc.c index 8d748b06e..cb152abdf 100644 --- a/src/librtc.c +++ b/src/siirtc.c @@ -3,7 +3,7 @@ // communicating with the RTC. #include "gba/gba.h" -#include "rtc.h" +#include "siirtc.h" #define STATUS_INTFE 0x02 // frequency interrupt enable #define STATUS_INTME 0x08 // per-minute interrupt enable |