diff options
author | chai <chaifix@163.com> | 2018-08-18 13:26:31 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-18 13:26:31 +0800 |
commit | a68d5cf198a87bb3e14d03dc7347ed52134355d4 (patch) | |
tree | 90caa0e10762a3795eb9a835e5678cbfd4507fdb /src/lua/audio/luaopen_Source.cpp | |
parent | e257f98dbf5c0064037b966a353e0eb1ffcba0a8 (diff) |
*update
Diffstat (limited to 'src/lua/audio/luaopen_Source.cpp')
-rw-r--r-- | src/lua/audio/luaopen_Source.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/audio/luaopen_Source.cpp b/src/lua/audio/luaopen_Source.cpp index 25e44b3..3e4408a 100644 --- a/src/lua/audio/luaopen_Source.cpp +++ b/src/lua/audio/luaopen_Source.cpp @@ -1,6 +1,6 @@ #include "lua/luax.h" -#include "../luaopen_types.h" #include "libjin/jin.h" +#include "../common/common.h" namespace jin { |