diff options
author | randomdan <randomdan@localhost> | 2010-12-18 02:04:56 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2010-12-18 02:04:56 +0000 |
commit | d043e9e80db2140bdea05b54bdd35ad7cddb13a0 (patch) | |
tree | 230e4e2665f9cc72d48860338038dc9ac7a281fa /project2/cgi | |
parent | Remove the stupid _ naming convention (diff) | |
download | project2-d043e9e80db2140bdea05b54bdd35ad7cddb13a0.tar.bz2 project2-d043e9e80db2140bdea05b54bdd35ad7cddb13a0.tar.xz project2-d043e9e80db2140bdea05b54bdd35ad7cddb13a0.zip |
Do some renaming and reorganising at last
Diffstat (limited to 'project2/cgi')
-rw-r--r-- | project2/cgi/cgiAppEngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/cgi/cgiAppEngine.h b/project2/cgi/cgiAppEngine.h index db4d696..7998648 100644 --- a/project2/cgi/cgiAppEngine.h +++ b/project2/cgi/cgiAppEngine.h @@ -4,7 +4,7 @@ #include "../appEngine.h" #include "../task.h" #include "../paramChecker.h" -#include "../presenter.h" +#include "../xmlPresenter.h" #include "../commonObjects.h" #include <boost/intrusive_ptr.hpp> #include <boost/uuid/uuid.hpp> |