Skip to content

Commit

Permalink
Remove include of mapgen_functions.h from mapgen.h
Browse files Browse the repository at this point in the history
Not needed there.
  • Loading branch information
BevapDin committed Sep 23, 2019
1 parent 09b719d commit 5313bcc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mapgen.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <vector>
#include <utility>

#include "mapgen_functions.h"
#include "regional_settings.h"
#include "type_id.h"

Expand All @@ -21,7 +20,7 @@ class mission;
struct tripoint;
class map;
template <typename T> struct weighted_int_list;

class mapgendata;
using building_gen_pointer = void ( * )( mapgendata & );

//////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 5313bcc

Please sign in to comment.