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

@@ -1,6 +1,6 @@
#include <iostream>
#include "chaiscript.hpp"
#include <chaiscript/chaiscript.hpp>
void print_help() {
std::cout << "ChaiScript evaluator. To evaluate and expression, type it and press <enter>." << std::endl;