diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-05-10 13:07:12 +1000 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-05-10 13:07:12 +1000 |
| commit | ee5657cb447fcd7721385c957784705699ca0cdb (patch) | |
| tree | 2b4268b77077e42c45fc52d5e75512f79b506820 /src/tangara/lua/lua_filesystem.cpp | |
| parent | 3f177cdb8880abf199f4445f1398cd69fb813892 (diff) | |
| download | tangara-fw-ee5657cb447fcd7721385c957784705699ca0cdb.tar.gz | |
Fix imports after merge
Diffstat (limited to 'src/tangara/lua/lua_filesystem.cpp')
| -rw-r--r-- | src/tangara/lua/lua_filesystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tangara/lua/lua_filesystem.cpp b/src/tangara/lua/lua_filesystem.cpp index f0dbaf9a..ea08ca48 100644 --- a/src/tangara/lua/lua_filesystem.cpp +++ b/src/tangara/lua/lua_filesystem.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: GPL-3.0-only */ -#include "lua_filesystem.hpp" +#include "lua/lua_filesystem.hpp" #include <string> #include <cstring> #include "lauxlib.h" |
