lua: move to lang/ directory

Support for more languages is comming, so let's group them
in a separate directory.
This commit is contained in:
Piotr Sarna
2021-08-09 13:12:04 +02:00
parent 46c6603fe0
commit 4e952df470
8 changed files with 5 additions and 6 deletions

View File

@@ -90,7 +90,7 @@
#include "user_types_metadata.hh"
#include "index/target_parser.hh"
#include "lua.hh"
#include "lang/lua.hh"
#include "db/query_context.hh"
#include "serializer.hh"