summaryrefslogtreecommitdiff
path: root/project2/cgi
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-12-20 00:30:20 +0000
committerrandomdan <randomdan@localhost>2011-12-20 00:30:20 +0000
commit31b8a0fc5616d9c2f27e49e1c706a59c90d15a45 (patch)
treebd4191cdd1a2c84635c3c8a7d50fd2fd3723ffd6 /project2/cgi
parentImproved connection failure logging and instantiation (diff)
downloadproject2-31b8a0fc5616d9c2f27e49e1c706a59c90d15a45.tar.bz2
project2-31b8a0fc5616d9c2f27e49e1c706a59c90d15a45.tar.xz
project2-31b8a0fc5616d9c2f27e49e1c706a59c90d15a45.zip
Split check and test functionality... if and check now take tests as children, adds all, any, none and not as building blocks
Diffstat (limited to 'project2/cgi')
-rw-r--r--project2/cgi/cgiAppEngine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/project2/cgi/cgiAppEngine.h b/project2/cgi/cgiAppEngine.h
index d4295de..e339576 100644
--- a/project2/cgi/cgiAppEngine.h
+++ b/project2/cgi/cgiAppEngine.h
@@ -3,7 +3,6 @@
#include "appEngine.h"
#include "task.h"
-#include "paramChecker.h"
#include "commonObjects.h"
#include "uuid.h"
#include "taskHost.h"