Skip to content

Commit

Permalink
remove unnecessary includes from ai interface header
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 25, 2014
1 parent 39e2b20 commit 39b48db
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/ai/interface.hpp
Expand Up @@ -20,8 +20,15 @@
#ifndef AI_INTERFACE_HPP_INCLUDED
#define AI_INTERFACE_HPP_INCLUDED

#include "../savegame_config.hpp"
#include "default/contexts.hpp"
#include <boost/shared_ptr.hpp> // for shared_ptr
#include <global.hpp>
#include <map> // for map, map<>::value_compare
#include <string> // for string, basic_string, etc
#include <utility> // for make_pair, pair
#include "../savegame_config.hpp" // for savegame_config
#include "../config.hpp" // for config
#include "ai/game_info.hpp" // for ai_ptr, side_number
namespace ai { class ai_context; }

namespace ai {

Expand Down

0 comments on commit 39b48db

Please sign in to comment.