Remove an unneeded include.

This commit is contained in:
Mark de Wever 2009-12-05 21:25:01 +00:00
parent 340da9e2fe
commit 817a512364
3 changed files with 2 additions and 3 deletions

View File

@ -25,6 +25,7 @@ class unit_type;
#include "map_location.hpp"
#include "construct_dialog.hpp"
#include "events.hpp"
#include "network.hpp"
#include "widgets/button.hpp"

View File

@ -21,13 +21,10 @@ class display;
#include "cursor.hpp"
#include "font.hpp"
#include "network.hpp"
#include "tooltips.hpp"
#include "widgets/menu.hpp"
#include "SDL.h"
#include <string>
#include <vector>

View File

@ -29,6 +29,7 @@
#include "gamestatus.hpp"
#include "gettext.hpp"
#include "log.hpp"
#include "network.hpp"
#include "replay.hpp"
#include "serialization/parser.hpp"
#include "unit.hpp"