OSDN Git Service

[Refactor] #40569 Removed the reference for floor.h from floor-streams.h
authorHourier <hourier@users.sourceforge.jp>
Sat, 18 Jul 2020 04:45:15 +0000 (13:45 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sat, 18 Jul 2020 04:45:15 +0000 (13:45 +0900)
src/floor/floor-generate.c
src/floor/floor-streams.c
src/floor/floor-streams.h

index 389e52c..ccf002d 100644 (file)
@@ -21,6 +21,7 @@
 #include "floor/floor-generate.h"
 #include "floor/floor-save.h"
 #include "floor/floor-streams.h"
+#include "floor/floor.h"
 #include "floor/wild.h"
 #include "game-option/birth-options.h"
 #include "game-option/cheat-types.h"
index 42f328a..c126a73 100644 (file)
@@ -17,6 +17,7 @@
 #include "dungeon/dungeon-flag-types.h"
 #include "dungeon/dungeon.h"
 #include "floor/cave.h"
+#include "floor/floor.h"
 #include "flavor/flavor-describer.h"
 #include "flavor/object-flavor-types.h"
 #include "floor/floor-generate.h"
index 0547c4b..5bccb18 100644 (file)
@@ -1,7 +1,6 @@
 #pragma once
 
 #include "system/angband.h"
-#include "floor/floor.h"
 
 void add_river(floor_type *floor_ptr);
 void build_streamer(player_type *player_ptr, FEAT_IDX feat, int chance);