1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00

Removed unnecessary boost inclusion

This commit is contained in:
Timmy Sjöstedt 2016-05-23 02:57:01 +02:00
parent ede0cf762f
commit c8693135f9

View File

@ -1,7 +1,6 @@
#include "render/TextRenderer.hpp"
#include <render/GameRenderer.hpp>
#include <engine/GameWorld.hpp>
#include <boost/concept_check.hpp>
/// @todo This is very rough
int charToIndex(char g)