Fixed #include statement that included sourcefile instead of header.

This commit is contained in:
Sergey Popov 2010-10-18 20:17:42 +00:00
parent 652f57cfb3
commit b6d4ebe554

View File

@ -20,7 +20,7 @@
#include "config.hpp"
#include "foreach.hpp"
#include "game_preferences.hpp"
#include "serialization/string_utils.cpp"
#include "serialization/string_utils.hpp"
namespace gui2 {