summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2010-10-26 11:11:27 +0000
committerrandomdan <randomdan@localhost>2010-10-26 11:11:27 +0000
commit9c382a817ed07ce10ce7486f40b40e4e8b98dacd (patch)
treeeda0b6939a6f8612029116ad724dd22f35183bd2
parentLoosely tested code cull and tidy up (diff)
downloadproject2-9c382a817ed07ce10ce7486f40b40e4e8b98dacd.tar.bz2
project2-9c382a817ed07ce10ce7486f40b40e4e8b98dacd.tar.xz
project2-9c382a817ed07ce10ce7486f40b40e4e8b98dacd.zip
Remove useless include to rdbms
-rw-r--r--project2/sendmailTask.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/project2/sendmailTask.cpp b/project2/sendmailTask.cpp
index dc04f49..e4a9af5 100644
--- a/project2/sendmailTask.cpp
+++ b/project2/sendmailTask.cpp
@@ -3,7 +3,6 @@
#include <stdexcept>
#include "xmlObjectLoader.h"
#include "appEngine.h"
-#include "rdbmsDataSource.h"
#include "presenter.h"
#include <libxslt/transform.h>
#include <libesmtp.h>