From 6feb04fc39158fb01784a9153e274dc44499c968 Mon Sep 17 00:00:00 2001 From: Steven Murray <Steven.Murray@cern.ch> Date: Tue, 15 Jan 2019 23:56:33 +0100 Subject: [PATCH] Removed redundant #include of <my_global.h> --- rdbms/wrapper/Mysql.cpp | 1 - rdbms/wrapper/MysqlConn.cpp | 1 - rdbms/wrapper/MysqlRset.cpp | 1 - rdbms/wrapper/MysqlStmt.cpp | 1 - 4 files changed, 4 deletions(-) diff --git a/rdbms/wrapper/Mysql.cpp b/rdbms/wrapper/Mysql.cpp index ac136665c7..4478775850 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 0a13f435d6..e643106cd6 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 37da69b0d2..a302ceb853 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 13b1fd5140..a288c39593 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> -- GitLab