summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorKahrl <kahrl@gmx.net>2013-09-10 15:49:43 +0200
committerKahrl <kahrl@gmx.net>2013-09-10 16:09:30 +0200
commit95e4a93b1bb98eb94b4ca00fb73a0162bd5c8c0e (patch)
treeb7928e6d4b1951780231e4f66cf214f00dfcad48 /src/map.h
parent3725179736e2b5372664163470e7ef3dc76529a4 (diff)
downloadminetest-95e4a93b1bb98eb94b4ca00fb73a0162bd5c8c0e.tar.gz
minetest-95e4a93b1bb98eb94b4ca00fb73a0162bd5c8c0e.tar.bz2
minetest-95e4a93b1bb98eb94b4ca00fb73a0162bd5c8c0e.zip
Add license headers and remove useless includes
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 15725f00e..34456d682 100644
--- a/src/map.h
+++ b/src/map.h
@@ -33,8 +33,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "modifiedstate.h"
#include "util/container.h"
#include "nodetimer.h"
-#include "database.h"
+class Database;
class ClientMap;
class MapSector;
class ServerMapSector;