diff --git a/.gitignore b/.gitignore index 3a201fa..851ef09 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,3 @@ .*.swp .AppleDouble lib -Libraries diff --git a/Libraries/Logging b/Libraries/Logging new file mode 120000 index 0000000..e18bda1 --- /dev/null +++ b/Libraries/Logging @@ -0,0 +1 @@ +../../Logging \ No newline at end of file diff --git a/MySQL/MySQLClientImpl.cpp b/MySQL/MySQLClientImpl.cpp index 362b237..a325540 100644 --- a/MySQL/MySQLClientImpl.cpp +++ b/MySQL/MySQLClientImpl.cpp @@ -1,6 +1,6 @@ #include "MySQLClientImpl.h" #include "MySQLResultSetImpl.h" -#include "Logging.h" +#include #include