Skip to content

Commit

Permalink
remove some unnecessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 25, 2014
1 parent bb768e8 commit b8427b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/gui/dialogs/mp_create_game.cpp
Expand Up @@ -16,11 +16,8 @@

#include "gui/dialogs/mp_create_game.hpp"

#include <tstring.hpp>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/member.hpp>
// These 4 probably unnecessary, but I put them here for now otherwise it doesn't compile...
// ^ This is apparently unnecessary, but if removed it doesn't compile...

#include "game_preferences.hpp"
#include "gettext.hpp"
Expand Down

0 comments on commit b8427b3

Please sign in to comment.