summaryrefslogtreecommitdiff
path: root/src/egg_hatch.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-12-11 12:27:51 -0600
committercamthesaxman <cameronghall@cox.net>2017-12-11 12:27:51 -0600
commitc681b482c2ab0a4281cb6ad5927ce8ca565a3692 (patch)
treef921b45edbf2dfc050524dd48b1e0cf1bb6d45e9 /src/egg_hatch.c
parent19fbf024ff7e5bedc0f297a44c7df298a9bd0ef4 (diff)
convert more constants
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r--src/egg_hatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c
index 60deddf29..032607806 100644
--- a/src/egg_hatch.c
+++ b/src/egg_hatch.c
@@ -10,7 +10,7 @@
#include "main.h"
#include "event_data.h"
#include "sound.h"
-#include "songs.h"
+#include "constants/songs.h"
#include "text.h"
#include "text_window.h"
#include "string_util.h"