removed unused include

This commit is contained in:
sascha 2026-05-26 15:49:13 +02:00
parent 57f57956de
commit 6701031007
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@
#include "matador/object/attribute.hpp" #include "matador/object/attribute.hpp"
#include "matador/object/restriction.hpp" #include "matador/object/restriction.hpp"
#include <list>
namespace matador::query { namespace matador::query {
class table; class table;
class query_create_table_columns_intermediate : public executable_query { class query_create_table_columns_intermediate : public executable_query {