summaryrefslogtreecommitdiffstats
path: root/src/Player.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Player.hs')
-rw-r--r--src/Player.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Player.hs b/src/Player.hs
index baf1cbe..59076dd 100644
--- a/src/Player.hs
+++ b/src/Player.hs
@@ -7,7 +7,7 @@ module Player ( Player(..)
import Data.Fixed
import Data.Typeable
-import Game (Tank(..))
+import Tank
import GLDriver (SomeEvent)