Moving internal includes to point to the new dir structure

This commit is contained in:
Jonathan Turner
2009-07-10 15:24:24 +00:00
parent 4a5c86f07f
commit ac2b59796f
13 changed files with 33 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
#ifndef __boxed_value_hpp__
#define __boxed_value_hpp__
#include "type_info.hpp"
#include <chaiscript/dispatchkit/type_info.hpp>
#include <map>
#include <boost/shared_ptr.hpp>
#include <boost/any.hpp>