From 1c752a84d5322bd4ed9784e85925d9b16073ccb1 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 24 Jul 2016 11:08:40 +0200 Subject: [PATCH] use <> for inclusion of generated headers --- src/App/Application.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App/Application.cpp b/src/App/Application.cpp index 7828e658b..27ccfe52e 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -104,9 +104,9 @@ #include "OriginFeature.h" #include "Origin.h" #include "MaterialObject.h" -#include "MaterialPy.h" #include "Expression.h" #include "Transactions.h" +#include // If you stumble here, run the target "BuildExtractRevision" on Windows systems // or the Python script "SubWCRev.py" on Linux based systems which builds @@ -129,9 +129,9 @@ using namespace boost::program_options; // scriptings (scripts are build in but can be overridden by command line option) -#include "InitScript.h" -#include "TestScript.h" -#include "CMakeScript.h" +#include +#include +#include #ifdef _MSC_VER // New handler for Microsoft Visual C++ compiler # include