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
commit1e4cbe44f7f2f99dceaf7dd6b5c0018333ce4676 (patch)
tree433488c4cf481a5fbfed9018958a787017596689
parentFix missing default assignment in xslRows (diff)
downloadproject2-1e4cbe44f7f2f99dceaf7dd6b5c0018333ce4676.tar.bz2
project2-1e4cbe44f7f2f99dceaf7dd6b5c0018333ce4676.tar.xz
project2-1e4cbe44f7f2f99dceaf7dd6b5c0018333ce4676.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);