use relative include paths to make moving files around/portability easier potentially.

This commit is contained in:
Jason Turner
2009-07-11 13:00:43 +00:00
parent e9bd246b18
commit c9e67f2063
9 changed files with 20 additions and 20 deletions

View File

@@ -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