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:
authorKent Mein <mein@cs.umn.edu>2005-01-18 17:17:44 +0300
committerKent Mein <mein@cs.umn.edu>2005-01-18 17:17:44 +0300
commitf13bff1588fa63e464165ffab912d540c70128fd (patch)
tree4a2713e4214a28c63422f2a30e686e5409d03b43 /source/gameengine/GameLogic/SCA_IInputDevice.cpp
parentb908cfcb07ca28b099953d5a1ddad9a5e1cc85c4 (diff)
The non scons specific stuff for bug tracker bug #2131
Basically removed #include <iostream.h> from some files that didn't need it (and I'm assuming it caused problems) I'll leave the scons stuff for someone else to look at since I don't really use it. Kent
Diffstat (limited to 'source/gameengine/GameLogic/SCA_IInputDevice.cpp')
-rw-r--r--source/gameengine/GameLogic/SCA_IInputDevice.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/gameengine/GameLogic/SCA_IInputDevice.cpp b/source/gameengine/GameLogic/SCA_IInputDevice.cpp
index 9641ee601fe..c6858cdb75a 100644
--- a/source/gameengine/GameLogic/SCA_IInputDevice.cpp
+++ b/source/gameengine/GameLogic/SCA_IInputDevice.cpp
@@ -29,14 +29,9 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
-#include <iostream.h>
#include <assert.h>
#include "SCA_IInputDevice.h"
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
SCA_IInputDevice::SCA_IInputDevice()
:
m_currentTable(0)