Remove unneeded includes.

This commit is contained in:
Mark de Wever 2010-11-21 13:59:54 +00:00
parent 8506a5b8ca
commit 2696961570

View file

@ -21,11 +21,7 @@
#ifndef AI_COMPOSITE_COMPONENT_HPP_INCLUDED
#define AI_COMPOSITE_COMPONENT_HPP_INCLUDED
#include <vector>
#include <string>
#include <iostream>
#include <map>
#include <boost/function.hpp>
#include <boost/shared_ptr.hpp>
#include "../../config.hpp"