Skip to content

Commit

Permalink
Remove include of point.h from mapgen_functions.h
Browse files Browse the repository at this point in the history
Not needed in the header.
  • Loading branch information
BevapDin committed Sep 23, 2019
1 parent 640d78a commit 09b719d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/flood_fill.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <unordered_set>

#include "enums.h"
#include "point.h"

namespace ff
{
Expand Down
3 changes: 2 additions & 1 deletion src/mapgen_functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
#include <utility>

#include "type_id.h"
#include "point.h"

struct tripoint;
struct point;
class time_point;
class map;
class mapgendata;
Expand Down
1 change: 1 addition & 0 deletions src/mapgendata.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "calendar.h"
#include "weighted_list.h"

struct tripoint;
class mission;
struct regional_settings;
class map;
Expand Down

0 comments on commit 09b719d

Please sign in to comment.