Skip to content

Commit 39f2cea

Browse files
committed
appease IWYU again
1 parent f97f944 commit 39f2cea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mapbuffer.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "debug.h"
2020
#include "filesystem.h"
2121
#include "flexbuffer_json.h"
22-
#include "game.h"
2322
#include "input.h"
2423
#include "json.h"
2524
#include "json_loader.h"
@@ -40,9 +39,6 @@
4039

4140
#define dbg(x) DebugLog((x),D_MAP) << __FILE__ << ":" << __LINE__ << ": "
4241

43-
// NOLINTNEXTLINE(cata-static-declarations)
44-
extern const int savegame_version;
45-
4642
static std::string quad_file_name( const tripoint_abs_omt &om_addr )
4743
{
4844
return string_format( "%d.%d.%d.map", om_addr.x(), om_addr.y(), om_addr.z() );

0 commit comments

Comments
 (0)