use relative include paths to make moving files around/portability easier potentially.
This commit is contained in:
parent
e9bd246b18
commit
c9e67f2063
@ -14,9 +14,9 @@
|
||||
#include <fstream>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include <chaiscript/dispatchkit/dispatchkit.hpp>
|
||||
#include <chaiscript/dispatchkit/bootstrap.hpp>
|
||||
#include <chaiscript/dispatchkit/bootstrap_stl.hpp>
|
||||
#include "dispatchkit/dispatchkit.hpp"
|
||||
#include "dispatchkit/bootstrap.hpp"
|
||||
#include "dispatchkit/bootstrap_stl.hpp"
|
||||
|
||||
namespace chaiscript
|
||||
{
|
||||
@ -133,7 +133,7 @@ namespace chaiscript
|
||||
};
|
||||
}
|
||||
|
||||
#include <chaiscript/language/chaiscript_eval.hpp>
|
||||
#include <chaiscript/language/chaiscript_engine.hpp>
|
||||
#include "language/chaiscript_eval.hpp"
|
||||
#include "language/chaiscript_engine.hpp"
|
||||
|
||||
#endif /* CHAISCRIPT_HPP_ */
|
||||
|
@ -1,8 +1,8 @@
|
||||
#ifndef __bootstrap_hpp
|
||||
#define __bootstrap_hpp__
|
||||
|
||||
#include <chaiscript/dispatchkit/dispatchkit.hpp>
|
||||
#include <chaiscript/dispatchkit/register_function.hpp>
|
||||
#include "dispatchkit.hpp"
|
||||
#include "register_function.hpp"
|
||||
|
||||
namespace dispatchkit
|
||||
{
|
||||
|
@ -1,8 +1,8 @@
|
||||
#ifndef __bootstrap_stl_hpp
|
||||
#define __bootstrap_stl_hpp__
|
||||
|
||||
#include <chaiscript/dispatchkit/dispatchkit.hpp>
|
||||
#include <chaiscript/dispatchkit/register_function.hpp>
|
||||
#include "dispatchkit.hpp"
|
||||
#include "register_function.hpp"
|
||||
|
||||
|
||||
namespace dispatchkit
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef __boxed_value_hpp__
|
||||
#define __boxed_value_hpp__
|
||||
|
||||
#include <chaiscript/dispatchkit/type_info.hpp>
|
||||
#include "type_info.hpp"
|
||||
#include <map>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/any.hpp>
|
||||
|
@ -12,10 +12,10 @@
|
||||
#include <iostream>
|
||||
#include <deque>
|
||||
|
||||
#include <chaiscript/dispatchkit/boxed_value.hpp>
|
||||
#include <chaiscript/dispatchkit/type_info.hpp>
|
||||
#include <chaiscript/dispatchkit/proxy_functions.hpp>
|
||||
#include <chaiscript/dispatchkit/proxy_constructors.hpp>
|
||||
#include "boxed_value.hpp"
|
||||
#include "type_info.hpp"
|
||||
#include "proxy_functions.hpp"
|
||||
#include "proxy_constructors.hpp"
|
||||
|
||||
namespace dispatchkit
|
||||
{
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include <boost/function.hpp>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <chaiscript/dispatchkit/proxy_functions.hpp>
|
||||
#include "proxy_functions.hpp"
|
||||
|
||||
namespace dispatchkit
|
||||
{
|
||||
|
@ -10,8 +10,8 @@
|
||||
#ifndef __proxy_functions_hpp__
|
||||
#define __proxy_functions_hpp__
|
||||
|
||||
#include <chaiscript/dispatchkit/boxed_value.hpp>
|
||||
#include <chaiscript/dispatchkit/type_info.hpp>
|
||||
#include "boxed_value.hpp"
|
||||
#include "type_info.hpp"
|
||||
#include <string>
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
|
@ -4,7 +4,7 @@
|
||||
#ifndef __register_function_hpp__
|
||||
#define __register_function_hpp__
|
||||
|
||||
#include <chaiscript/dispatchkit/dispatchkit.hpp>
|
||||
#include "dispatchkit.hpp"
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
#include <fstream>
|
||||
|
||||
|
||||
#include <chaiscript/language/chaiscript_prelude.hpp>
|
||||
#include <chaiscript/language/chaiscript_parser.hpp>
|
||||
#include "chaiscript_prelude.hpp"
|
||||
#include "chaiscript_parser.hpp"
|
||||
|
||||
namespace chaiscript
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user