table_helper: remove database.hh include

This commit is contained in:
Avi Kivity
2019-01-05 16:39:26 +02:00
parent 7534412071
commit 53a21c7787
2 changed files with 1 additions and 1 deletions

View File

@@ -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();

View File

@@ -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