Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Expressions/ConstExpr.h')
-rw-r--r--source/gameengine/Expressions/ConstExpr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/gameengine/Expressions/ConstExpr.h b/source/gameengine/Expressions/ConstExpr.h
index dbc0e33436d..e27ece52a83 100644
--- a/source/gameengine/Expressions/ConstExpr.h
+++ b/source/gameengine/Expressions/ConstExpr.h
@@ -19,10 +19,6 @@
#include "Expression.h"
#include "Value.h" // Added by ClassView
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
class CConstExpr : public CExpression
{
//PLUGIN_DECLARE_SERIAL_EXPRESSION (CConstExpr,CExpression)