Skip to content

Commit

Permalink
remove some unnecessary includes in header
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 13, 2014
1 parent 2c312a1 commit b135692
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/reports.hpp
Expand Up @@ -16,8 +16,6 @@
#define REPORTS_HPP_INCLUDED

#include "display_context.hpp"
#include "map_location.hpp"
#include "tod_manager.hpp"

#include <vector>

Expand All @@ -29,6 +27,7 @@

class gamemap;
class team;
class tod_manager;
class unit_map;

class display;
Expand Down

0 comments on commit b135692

Please sign in to comment.