Remove expectation that the Rocket include structure will be in the global include path.
@@ -28,7 +28,7 @@
#ifndef ROCKETCONTROLSLUACONTROLS_H
#define ROCKETCONTROLSLUACONTROLS_H
-#include <Rocket/Controls/Lua/Header.h>
+#include "Header.h"
namespace Rocket {
namespace Controls {
#ifndef ROCKETCONTROLSLUAHEADER_H
#define ROCKETCONTROLSLUAHEADER_H
-#include <Rocket/Core/Platform.h>
+#include "../../Core/Platform.h"
#ifdef ROCKETLUA_API
#undef ROCKETLUA_API
#ifndef ROCKETCOREFONTFAMILY_H
#define ROCKETCOREFONTFAMILY_H
-#include <Rocket/Core/StringUtilities.h>
+#include "StringUtilities.h"
#include "Font.h"
@@ -28,9 +28,9 @@
#ifndef ROCKETCOREFONTPROVIDER_H
#define ROCKETCOREFONTPROVIDER_H
-#include <Rocket/Core/Font.h>
-#include <Rocket/Core/Header.h>
+#include "Font.h"
namespace Core {
#ifndef ROCKETCORELUAHEADER_H
#define ROCKETCORELUAHEADER_H
+#include "../Platform.h"
@@ -29,8 +29,8 @@
#define ROCKETCORELUAINTERPRETER_H
#include "Header.h"
-#include <Rocket/Core/Lua/lua.hpp>
-#include <Rocket/Core/Plugin.h>
+#include "lua.hpp"
+#include "../Plugin.h"
@@ -28,8 +28,8 @@
#ifndef ROCKETCORELUALUATYPE_H
#define ROCKETCORELUALUATYPE_H
-#include <Rocket/Core/Lua/Header.h>
//As an example, if you used this macro like
@@ -30,10 +30,10 @@
/*
This file is for free-floating functions that are used across more than one file.
*/
-#include <Rocket/Core/Lua/LuaType.h>
-#include <Rocket/Core/Variant.h>
+#include "LuaType.h"
+#include "../Variant.h"