Include file cleanup per cppclean analysis

This commit is contained in:
WandererFan
2016-07-13 11:34:09 -04:00
committed by wmayer
parent 602053d2d4
commit 27aafada9c
91 changed files with 227 additions and 632 deletions

View File

@@ -25,11 +25,11 @@
# include <sstream>
#endif
#include "Mod/TechDraw/App/DrawTemplate.h"
#include "DrawTemplate.h"
// inclusion of the generated files (generated out of DrawTemplateSFPy.xml)
#include "DrawTemplatePy.h"
#include "DrawTemplatePy.cpp"
#include <Mod/TechDraw/App/DrawTemplatePy.h>
#include <Mod/TechDraw/App/DrawTemplatePy.cpp>
using namespace TechDraw;
@@ -62,4 +62,4 @@ int DrawTemplatePy::setCustomAttributes(const char* attr, PyObject* obj)
}
return 0;
}
}