table_helper: remove database.hh include
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
#include "table_helper.hh"
|
||||
#include "cql3/statements/create_table_statement.hh"
|
||||
#include "database.hh"
|
||||
|
||||
future<> table_helper::setup_table() const {
|
||||
auto& qp = cql3::get_local_query_processor();
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#include "cql3/statements/prepared_statement.hh"
|
||||
#include "cql3/query_processor.hh"
|
||||
#include "service/migration_manager.hh"
|
||||
#include "database.hh"
|
||||
|
||||
/**
|
||||
* \class table_helper
|
||||
|
||||
Reference in New Issue
Block a user