Skip to content
Snippets Groups Projects
Commit 6feb04fc authored by Steven Murray's avatar Steven Murray
Browse files

Removed redundant #include of <my_global.h>

parent 94447687
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include "rdbms/wrapper/Mysql.hpp" #include "rdbms/wrapper/Mysql.hpp"
#include <my_global.h>
#include <mysql.h> #include <mysql.h>
#include <iostream> #include <iostream>
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include "rdbms/wrapper/MysqlConn.hpp" #include "rdbms/wrapper/MysqlConn.hpp"
#include "rdbms/wrapper/MysqlStmt.hpp" #include "rdbms/wrapper/MysqlStmt.hpp"
#include <my_global.h>
#include <mysql.h> #include <mysql.h>
#include <iostream> #include <iostream>
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#include <stdexcept> #include <stdexcept>
#include <string> #include <string>
#include <my_global.h>
#include <mysql.h> #include <mysql.h>
namespace cta { namespace cta {
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include "rdbms/wrapper/MysqlRset.hpp" #include "rdbms/wrapper/MysqlRset.hpp"
#include "rdbms/wrapper/MysqlStmt.hpp" #include "rdbms/wrapper/MysqlStmt.hpp"
#include <my_global.h>
#include <mysql.h> #include <mysql.h>
#include <mysqld_error.h> #include <mysqld_error.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment