Remove unneeded includes.

This commit is contained in:
Mark de Wever 2010-12-05 18:07:29 +00:00
parent 1555abe0ab
commit 7a26dc284a

View File

@ -22,15 +22,11 @@
#ifndef AI_COMPOSITE_ENGINE_HPP_INCLUDED
#define AI_COMPOSITE_ENGINE_HPP_INCLUDED
#include "../../global.hpp"
#include "component.hpp"
#include "../contexts.hpp"
#include "../game_info.hpp"
#include "../../config.hpp"
#include <algorithm>
#include <iterator>
#include <vector>
//============================================================================