summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-09-07 12:53:57 +0200
committerBardur Arantsson <bardur@scientician.net>2017-09-07 12:53:57 +0200
commitd3d6d11eeb74d436c919c480af291d6543606f8e (patch)
tree048b42a7b5aaa71d2d05023525ad321147a34110
parent94080e67843f84cb68e1538990736ab0ee82ab9f (diff)
Remove unnecessary #include
-rw-r--r--src/game.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game.hpp b/src/game.hpp
index 9acfc471..f92dbdde 100644
--- a/src/game.hpp
+++ b/src/game.hpp
@@ -14,8 +14,6 @@
#include "timer_type_fwd.hpp"
#include "wilderness_map.hpp"
-#include <boost/circular_buffer.hpp>
-
/**
* All structures for the game itself.
*/