OSDN Git Service

[Refactor] #39970 Renamed core.c/h to system-variables.c/h
[hengband/hengband.git] / src / files.c
index cbf8e0d..ef9b256 100644 (file)
@@ -15,7 +15,7 @@
 #include "angband.h"
 #include "io/uid-checker.h"
 #include "files.h"
-#include "core.h" // 暫定。後で消す.
+#include "core/system-variables.h" // 暫定。後で消す.
 #include "character-dump.h"
 
 concptr ANGBAND_DIR; //!< Path name: The main "lib" directory This variable is not actually used anywhere in the code