diff --git a/cql3/attributes.hh b/cql3/attributes.hh index eefc0497fe..c6dde6e35e 100644 --- a/cql3/attributes.hh +++ b/cql3/attributes.hh @@ -25,14 +25,13 @@ #ifndef CQL3_ATTRIBUTES_HH #define CQL3_ATTRIBUTES_HH -namespace cql3 { #include "exceptions/exceptions.hh" #include "db/expiring_cell.hh" #include "cql3/term.hh" - #include +namespace cql3 { /** * Utility class for the Parser to gather attributes for modification * statements.