summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-06-20 19:18:17 +0000
committerrandomdan <randomdan@localhost>2011-06-20 19:18:17 +0000
commit949c0886f685441cbc87631255bc5d5db9065df3 (patch)
tree433488c4cf481a5fbfed9018958a787017596689
parentFix missing default assignment in xslRows (diff)
downloadproject2-949c0886f685441cbc87631255bc5d5db9065df3.tar.bz2
project2-949c0886f685441cbc87631255bc5d5db9065df3.tar.xz
project2-949c0886f685441cbc87631255bc5d5db9065df3.zip
Remove unneeded #include which required ODBC to be install
-rw-r--r--project2/rdbmsDataSource.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/project2/rdbmsDataSource.cpp b/project2/rdbmsDataSource.cpp
index f21c737..97ff64f 100644
--- a/project2/rdbmsDataSource.cpp
+++ b/project2/rdbmsDataSource.cpp
@@ -3,7 +3,6 @@
#include <sys/utsname.h>
#include "logger.h"
#include <errno.h>
-#include <sqlext.h>
#include <boost/foreach.hpp>
SimpleMessageException(UnknownConnectionProvider);