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/GameLogic/SCA_RandomSensor.h')
-rw-r--r--source/gameengine/GameLogic/SCA_RandomSensor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/gameengine/GameLogic/SCA_RandomSensor.h b/source/gameengine/GameLogic/SCA_RandomSensor.h
index e2577c8bf00..41f7f453556 100644
--- a/source/gameengine/GameLogic/SCA_RandomSensor.h
+++ b/source/gameengine/GameLogic/SCA_RandomSensor.h
@@ -39,10 +39,6 @@
#include "BoolValue.h"
#include "SCA_RandomNumberGenerator.h"
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
class SCA_RandomSensor : public SCA_ISensor
{
Py_Header;