Remove unneeded includes.

This commit is contained in:
Mark de Wever 2010-11-21 13:58:41 +00:00
parent f4ae7e7f88
commit b190ece9c6

View file

@ -17,14 +17,8 @@
#ifndef FORMULA_FUNCTION_HPP_INCLUDED
#define FORMULA_FUNCTION_HPP_INCLUDED
#include <boost/shared_ptr.hpp>
#include <map>
#include "formula.hpp"
#include "formula_callable.hpp"
#include "formula_debugger_fwd.hpp"
#include "variant.hpp"
namespace game_logic {