diff --git a/src/Interpreters/MySQL/InterpretersMySQLDDLQuery.cpp b/src/Interpreters/MySQL/InterpretersMySQLDDLQuery.cpp index e5c4a85dc27..853d84a9695 100644 --- a/src/Interpreters/MySQL/InterpretersMySQLDDLQuery.cpp +++ b/src/Interpreters/MySQL/InterpretersMySQLDDLQuery.cpp @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/src/Common/getTableOverride.cpp b/src/Interpreters/getTableOverride.cpp similarity index 100% rename from src/Common/getTableOverride.cpp rename to src/Interpreters/getTableOverride.cpp diff --git a/src/Common/getTableOverride.h b/src/Interpreters/getTableOverride.h similarity index 100% rename from src/Common/getTableOverride.h rename to src/Interpreters/getTableOverride.h diff --git a/src/Storages/PostgreSQL/PostgreSQLReplicationHandler.cpp b/src/Storages/PostgreSQL/PostgreSQLReplicationHandler.cpp index dcd64314028..984a9cdd47a 100644 --- a/src/Storages/PostgreSQL/PostgreSQLReplicationHandler.cpp +++ b/src/Storages/PostgreSQL/PostgreSQLReplicationHandler.cpp @@ -1,12 +1,12 @@ #include "PostgreSQLReplicationHandler.h" #include -#include #include #include #include #include #include +#include #include #include #include