Minor header file include cleanup

This commit is contained in:
Jason Turner 2012-07-10 13:27:47 -06:00
parent bf4f90a4ff
commit 4e33e969dc

View File

@ -10,7 +10,7 @@
#include <exception>
#include <fstream>
#include <chaiscript/language/chaiscript_common.hpp>
#include "chaiscript_common.hpp"
#ifdef _POSIX_VERSION
#include <dlfcn.h>
@ -23,8 +23,8 @@
#endif
#include <chaiscript/language/chaiscript_prelude.hpp>
#include <chaiscript/language/chaiscript_parser.hpp>
#include "chaiscript_prelude.hpp"
#include "chaiscript_parser.hpp"
#include "../dispatchkit/exception_specification.hpp"
namespace chaiscript