diff options
author | randomdan <randomdan@localhost> | 2011-06-20 19:18:17 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-06-20 19:18:17 +0000 |
commit | 949c0886f685441cbc87631255bc5d5db9065df3 (patch) | |
tree | 433488c4cf481a5fbfed9018958a787017596689 | |
parent | Fix missing default assignment in xslRows (diff) | |
download | project2-949c0886f685441cbc87631255bc5d5db9065df3.tar.bz2 project2-949c0886f685441cbc87631255bc5d5db9065df3.tar.xz project2-949c0886f685441cbc87631255bc5d5db9065df3.zip |
Remove unneeded #include which required ODBC to be install
-rw-r--r-- | project2/rdbmsDataSource.cpp | 1 |
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); |