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

@@ -10,8 +10,8 @@
#ifndef __proxy_functions_hpp__
#define __proxy_functions_hpp__
#include "boxed_value.hpp"
#include "type_info.hpp"
#include <chaiscript/dispatchkit/boxed_value.hpp>
#include <chaiscript/dispatchkit/type_info.hpp>
#include <string>
#include <boost/function.hpp>
#include <boost/bind.hpp>
@@ -109,7 +109,8 @@ namespace dispatchkit
}
#define BOOST_PP_ITERATION_LIMITS ( 0, 10 )
#define BOOST_PP_FILENAME_1 "proxy_functions.hpp"
//#define BOOST_PP_FILENAME_1 "proxy_functions.hpp"
#define BOOST_PP_FILENAME_1 <chaiscript/dispatchkit/proxy_functions.hpp>
#include BOOST_PP_ITERATE()
namespace dispatchkit