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

@@ -4,7 +4,7 @@
#ifndef __register_function_hpp__
#define __register_function_hpp__
#include "dispatchkit.hpp"
#include <chaiscript/dispatchkit/dispatchkit.hpp>
#include <boost/function.hpp>
#include <boost/bind.hpp>
@@ -24,8 +24,8 @@ namespace dispatchkit
}
#define BOOST_PP_ITERATION_LIMITS ( 0, 10 )
#define BOOST_PP_FILENAME_1 "register_function.hpp"
//#define BOOST_PP_FILENAME_1 "register_function.hpp"
#define BOOST_PP_FILENAME_1 <chaiscript/dispatchkit/register_function.hpp>
#include BOOST_PP_ITERATE()
# endif