From 95e4a93b1bb98eb94b4ca00fb73a0162bd5c8c0e Mon Sep 17 00:00:00 2001 From: Kahrl Date: Tue, 10 Sep 2013 15:49:43 +0200 Subject: Add license headers and remove useless includes --- src/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.h') 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; -- cgit v1.2.3