cql3: ks_prop_defs: remove #include "database.hh"
Replace with forward declaration to reduce rebuilds.
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
*/
|
||||
|
||||
#include "cql3/statements/ks_prop_defs.hh"
|
||||
#include "database.hh"
|
||||
|
||||
namespace cql3 {
|
||||
|
||||
|
||||
@@ -43,12 +43,12 @@
|
||||
|
||||
#include "cql3/statements/property_definitions.hh"
|
||||
|
||||
#include "database.hh"
|
||||
|
||||
#include <seastar/core/shared_ptr.hh>
|
||||
#include <seastar/core/sstring.hh>
|
||||
#include <experimental/optional>
|
||||
|
||||
class keyspace_metadata;
|
||||
|
||||
namespace cql3 {
|
||||
|
||||
namespace statements {
|
||||
|
||||
Reference in New Issue
Block a user