Skip to content

Commit

Permalink
lua: includes to the top of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
majcosta committed Dec 15, 2024
1 parent 18f4ac6 commit 69f792f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lua_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <Debug.h>
#include "sgp_logger.h"

#include <vfs/Core/vfs_file_raii.h>
#include <vfs/Core/vfs_string.h>

LuaState::LuaState(lua_State* state, bool own) : _L(state), _own(own), _registry(state)
Expand Down Expand Up @@ -39,7 +40,6 @@ void LuaState::close()
}
}

#include <vfs/Core/vfs_file_raii.h>
bool LuaState::EvalFile(const char* filename)
{
try
Expand Down

0 comments on commit 69f792f

Please sign in to comment.