From 324ba663be8d5e800a2734b36862a1b35d3bc0ef Mon Sep 17 00:00:00 2001 From: Hourier Date: Fri, 15 May 2020 23:01:19 +0900 Subject: [PATCH] [Refactor] #38862 Moved angband-version.h from core/ to system/ --- Hengband/Hengband/Hengband.vcxproj | 2 +- Hengband/Hengband/Hengband.vcxproj.filters | 6 +++--- src/cmd/cmd-dump.c | 2 +- src/core/game-play.c | 2 +- src/core/show-file.c | 2 +- src/init.c | 2 +- src/io/character-dump.c | 2 +- src/io/load.c | 2 +- src/io/report.c | 2 +- src/io/save.c | 2 +- src/main-win.c | 2 +- src/scores.c | 2 +- src/{core => system}/angband-version.h | 0 src/wizard/wizard-special-process.c | 2 +- src/wizard/wizard-spoiler.c | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) rename src/{core => system}/angband-version.h (100%) diff --git a/Hengband/Hengband/Hengband.vcxproj b/Hengband/Hengband/Hengband.vcxproj index 17669f646..9fb4ab1b4 100644 --- a/Hengband/Hengband/Hengband.vcxproj +++ b/Hengband/Hengband/Hengband.vcxproj @@ -397,7 +397,7 @@ - + diff --git a/Hengband/Hengband/Hengband.vcxproj.filters b/Hengband/Hengband/Hengband.vcxproj.filters index 6dc749a40..771589db7 100644 --- a/Hengband/Hengband/Hengband.vcxproj.filters +++ b/Hengband/Hengband/Hengband.vcxproj.filters @@ -1382,9 +1382,6 @@ core - - core - core @@ -1709,6 +1706,9 @@ floor + + system + diff --git a/src/cmd/cmd-dump.c b/src/cmd/cmd-dump.c index 2b163afc4..08d0b9af1 100644 --- a/src/cmd/cmd-dump.c +++ b/src/cmd/cmd-dump.c @@ -34,7 +34,7 @@ #include "cmd/cmd-dump.h" #include "cmd/dump-util.h" #include "term/gameterm.h" -#include "core/angband-version.h" +#include "system/angband-version.h" #include "io/dump-remover.h" #include "io/read-pref-file.h" #include "io/interpret-pref-file.h" diff --git a/src/core/game-play.c b/src/core/game-play.c index fb26632ec..88d53456d 100644 --- a/src/core/game-play.c +++ b/src/core/game-play.c @@ -14,7 +14,7 @@ #include "core/game-play.h" #include "io/signal-handlers.h" #include "util.h" -#include "core/angband-version.h" +#include "system/angband-version.h" #include "core/stuff-handler.h" #include "inet.h" #include "term/gameterm.h" diff --git a/src/core/show-file.c b/src/core/show-file.c index 043bf177c..20ea24a1d 100644 --- a/src/core/show-file.c +++ b/src/core/show-file.c @@ -1,6 +1,6 @@ #include "core/show-file.h" #include "io/files.h" -#include "core/angband-version.h" +#include "system/angband-version.h" #include "term/gameterm.h" /*! diff --git a/src/init.c b/src/init.c index f19c0155a..211753085 100644 --- a/src/init.c +++ b/src/init.c @@ -35,7 +35,7 @@ #include "io/uid-checker.h" #include "io/files.h" #include "system/system-variables.h" -#include "core/angband-version.h" +#include "system/angband-version.h" #include "io/read-pref-file.h" #include "term/gameterm.h" diff --git a/src/io/character-dump.c b/src/io/character-dump.c index ae1f9e965..ba5017a11 100644 --- a/src/io/character-dump.c +++ b/src/io/character-dump.c @@ -1,5 +1,5 @@ #include "io/character-dump.h" -#include "core/angband-version.h" +#include "system/angband-version.h" #include "world/world.h" #include "floor/floor-town.h" #include "dungeon/dungeon.h" diff --git a/src/io/load.c b/src/io/load.c index f2e4ff09c..2305b089f 100644 --- a/src/io/load.c +++ b/src/io/load.c @@ -43,7 +43,7 @@ #include "system/angband.h" #include "util.h" #include "system/system-variables.h" // 暫定、init_flags の扱いを決めた上で消す. -#include "core/angband-version.h" +#include "system/angband-version.h" #include "io/load.h" #include "market/building.h" diff --git a/src/io/report.c b/src/io/report.c index d6581d835..19ace7995 100644 --- a/src/io/report.c +++ b/src/io/report.c @@ -8,7 +8,7 @@ #include "system/angband.h" #include "io/report.h" #include "core/turn-compensator.h" -#include "core/angband-version.h" +#include "system/angband-version.h" #include "core/stuff-handler.h" #include "inet.h" #include "dungeon/dungeon.h" diff --git a/src/io/save.c b/src/io/save.c index 7c08113ca..29ede91a3 100644 --- a/src/io/save.c +++ b/src/io/save.c @@ -17,7 +17,7 @@ #include "io/load.h" #include "io/report.h" -#include "core/angband-version.h" +#include "system/angband-version.h" #include "object/artifact.h" #include "sort.h" #include "dungeon/dungeon.h" diff --git a/src/main-win.c b/src/main-win.c index 526883295..da5074afd 100644 --- a/src/main-win.c +++ b/src/main-win.c @@ -111,7 +111,7 @@ #include "io/files.h" #include "system/system-variables.h" #include "core/game-play.h" -#include "core/angband-version.h" +#include "system/angband-version.h" #include "core/stuff-handler.h" #include "core/special-internal-keys.h" #include "core/player-processor.h" diff --git a/src/scores.c b/src/scores.c index 0d5daf040..f432e353c 100644 --- a/src/scores.c +++ b/src/scores.c @@ -15,7 +15,7 @@ #include "term/gameterm.h" #include "util.h" #include "core/turn-compensator.h" -#include "core/angband-version.h" +#include "system/angband-version.h" #include "dungeon/dungeon.h" #include "player/race-info-table.h" diff --git a/src/core/angband-version.h b/src/system/angband-version.h similarity index 100% rename from src/core/angband-version.h rename to src/system/angband-version.h diff --git a/src/wizard/wizard-special-process.c b/src/wizard/wizard-special-process.c index 69debda5c..0202c8a50 100644 --- a/src/wizard/wizard-special-process.c +++ b/src/wizard/wizard-special-process.c @@ -13,7 +13,7 @@ #include "system/angband.h" #include "wizard/wizard-special-process.h" #include "wizard/wizard-spoiler.h" -#include "core/angband-version.h" +#include "system/angband-version.h" #include "core/stuff-handler.h" #include "term/gameterm.h" diff --git a/src/wizard/wizard-spoiler.c b/src/wizard/wizard-spoiler.c index 531c91f9f..39ac6f1a9 100644 --- a/src/wizard/wizard-spoiler.c +++ b/src/wizard/wizard-spoiler.c @@ -15,7 +15,7 @@ #include "util.h" #include "term/gameterm.h" -#include "core/angband-version.h" +#include "system/angband-version.h" #include "object/artifact.h" #include "sort.h" #include "market/store.h" -- 2.11.0