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

@@ -25,7 +25,7 @@
#include "prepared_statement.hh"
#include "service/migration_manager.hh"
#include "service/storage_proxy.hh"
#include "lua.hh"
#include "lang/lua.hh"
#include "database.hh"
#include "cql3/query_processor.hh"