Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 11, 2009, 10:26:40 PM (15 years ago)
Author:
rgrieder
Message:

Another clean up in core/input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/core/input/InputManager.cc

    r3147 r3148  
    3838#include <climits>
    3939#include <cassert>
    40 
    41 #include "ois/OISException.h"
    42 #include "ois/OISInputManager.h"
    43 #include "core/ConsoleCommand.h"
     40#include <ois/OISException.h>
     41#include <ois/OISInputManager.h>
    4442
    4543// HACK
    4644#ifdef ORXONOX_PLATFORM_LINUX
    47 #  include "ois/linux/LinuxMouse.h"
     45#  include <ois/linux/LinuxMouse.h>
    4846#endif
    4947
    5048#include "util/Exception.h"
     49#include "util/Debug.h"
     50#include "core/ConsoleCommand.h"
    5151#include "core/Clock.h"
    5252#include "core/CoreIncludes.h"
    5353#include "core/ConfigValueIncludes.h"
    54 #include "core/CommandExecutor.h"
    5554#include "core/CommandLine.h"
    56 #include "util/Debug.h"
    5755
    5856#include "InputBuffer.h"
    59 #include "KeyBinder.h"
    6057#include "KeyDetector.h"
    6158#include "InputState.h"
Note: See TracChangeset for help on using the changeset viewer.