]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/pathfinder.h
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
[dragonfireclient.git] / src / pathfinder.h
index 7caf5844e3ec09a185486d8ae878e4d461f40893..dd41227f78c1b30a382de5cac0bd68303ffe46db 100644 (file)
@@ -25,10 +25,15 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 /******************************************************************************/
 #include <vector>
 
-#include "server.h"
 #include "irr_v3d.h"
 
 
+/******************************************************************************/
+/* Forward declarations                                                       */
+/******************************************************************************/
+
+class ServerEnvironment;
+
 /******************************************************************************/
 /* Typedefs and macros                                                        */
 /******************************************************************************/