diff options
Diffstat (limited to 'project2/sql/sqlTest.cpp')
-rw-r--r-- | project2/sql/sqlTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project2/sql/sqlTest.cpp b/project2/sql/sqlTest.cpp index 30b43b8..3c41fef 100644 --- a/project2/sql/sqlTest.cpp +++ b/project2/sql/sqlTest.cpp @@ -6,7 +6,6 @@ #include "rdbmsDataSource.h" #include "commonObjects.h" #include "sqlVariableBinder.h" -#include <boost/foreach.hpp> #include <boost/date_time/posix_time/posix_time.hpp> DECLARE_LOADER("sqltest", SqlTest); |