diff --git a/rdbms/wrapper/Mysql.cpp b/rdbms/wrapper/Mysql.cpp index ac136665c767df7b743f8396948bf5dba4621096..44787758502801e5df7ba24612843c6a80a3f51e 100644 --- a/rdbms/wrapper/Mysql.cpp +++ b/rdbms/wrapper/Mysql.cpp @@ -19,7 +19,6 @@ #include "rdbms/wrapper/Mysql.hpp" -#include <my_global.h> #include <mysql.h> #include <iostream> diff --git a/rdbms/wrapper/MysqlConn.cpp b/rdbms/wrapper/MysqlConn.cpp index 0a13f435d672b9ef262de9fa79b94ec3ead59c9f..e643106cd61fc0e7c36c69b544e25885107b994a 100644 --- a/rdbms/wrapper/MysqlConn.cpp +++ b/rdbms/wrapper/MysqlConn.cpp @@ -25,7 +25,6 @@ #include "rdbms/wrapper/MysqlConn.hpp" #include "rdbms/wrapper/MysqlStmt.hpp" -#include <my_global.h> #include <mysql.h> #include <iostream> diff --git a/rdbms/wrapper/MysqlRset.cpp b/rdbms/wrapper/MysqlRset.cpp index 37da69b0d2b0442b89cf7748dce18969b3683662..a302ceb853ef5325211f1b592a887bd9d57c197a 100644 --- a/rdbms/wrapper/MysqlRset.cpp +++ b/rdbms/wrapper/MysqlRset.cpp @@ -31,7 +31,6 @@ #include <stdexcept> #include <string> -#include <my_global.h> #include <mysql.h> namespace cta { diff --git a/rdbms/wrapper/MysqlStmt.cpp b/rdbms/wrapper/MysqlStmt.cpp index 13b1fd514071ec9516a6fb6992e40ac49da03ac1..a288c395933087c14b25e6fefcfafcec495af227 100644 --- a/rdbms/wrapper/MysqlStmt.cpp +++ b/rdbms/wrapper/MysqlStmt.cpp @@ -26,7 +26,6 @@ #include "rdbms/wrapper/MysqlRset.hpp" #include "rdbms/wrapper/MysqlStmt.hpp" -#include <my_global.h> #include <mysql.h> #include <mysqld_error.h>