use relative include paths to make moving files around/portability easier potentially.
This commit is contained in:
@@ -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_ */
|
||||
|
Reference in New Issue
Block a user