Skip to content

Commit

Permalink
src/xrScriptEngine - the case of letters in include strings has been …
Browse files Browse the repository at this point in the history
…changed
  • Loading branch information
q4a committed Jun 30, 2018
1 parent 22b70d2 commit 4fae25f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/xrScriptEngine/script_debugger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "xrScriptEngine/xrScriptEngine.hpp"
#include "script_lua_helper.hpp"
#include "script_debugger_threads.hpp"
#include "script_CallStack.hpp"
#include "script_callStack.hpp"
#include "script_debugger_messages.hpp"

class CMailSlotMsg;
Expand Down
2 changes: 1 addition & 1 deletion src/xrScriptEngine/script_process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "script_engine.hpp"
#include "script_process.hpp"
#include "script_thread.hpp"
#include "common/object_broker.h"
#include "Common/object_broker.h"

string4096 g_ca_stdout; // XXX: allocate dynamically for each CScriptEngine instance

Expand Down

0 comments on commit 4fae25f

Please sign in to comment.