diff options
Diffstat (limited to 'project2/noOutputExecute.h')
-rw-r--r-- | project2/noOutputExecute.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/project2/noOutputExecute.h b/project2/noOutputExecute.h index 4795ae6..ec73ce1 100644 --- a/project2/noOutputExecute.h +++ b/project2/noOutputExecute.h @@ -2,14 +2,12 @@ #define NOOUTPUTEXECUTE_H #include "sourceObject.h" -#include "xmlObjectLoader.h" class ApplicationEngine; class PerRowValues; class NoOutputExecute; typedef boost::intrusive_ptr<NoOutputExecute> NoOutputExecutePtr; -typedef Storage<NoOutputExecute>::Objects NoOutputExecutes; class NoOutputExecute : public virtual SourceObject { public: |