summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/NavAI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/NavAI.cpp')
-rw-r--r--StarsEx/NavAI.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/StarsEx/NavAI.cpp b/StarsEx/NavAI.cpp
index ad897d0..609c4ab 100644
--- a/StarsEx/NavAI.cpp
+++ b/StarsEx/NavAI.cpp
@@ -27,8 +27,6 @@
#include "KeyMap.h"
#include "HUDView.h"
#include "HUDSounds.h"
-
-#include "Game.h"
#include "ContentBundle.h"
// +----------------------------------------------------------------------+
@@ -616,6 +614,3 @@ NavAI::AvoidTerrain()
return avoid;
}
-
-
-