From b423dd56c6a464d952ccfeed04440ee458979b09 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 5 Dec 2010 18:07:41 +0000 Subject: [PATCH] Remove unneeded includes. --- src/ai/composite/property_handler.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ai/composite/property_handler.hpp b/src/ai/composite/property_handler.hpp index 34c6c128220..2291d3b82ae 100644 --- a/src/ai/composite/property_handler.hpp +++ b/src/ai/composite/property_handler.hpp @@ -22,13 +22,8 @@ #ifndef AI_COMPOSITE_PROPERTY_HANDLER_HPP_INCLUDED #define AI_COMPOSITE_PROPERTY_HANDLER_HPP_INCLUDED -#include #include -#include -#include -#include -#include "config.hpp" #include "foreach.hpp" #include "ai/composite/component.hpp"