aboutsummaryrefslogtreecommitdiff
path: root/common/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.cpp')
-rw-r--r--common/system.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/system.cpp b/common/system.cpp
index a1bdb4cdcc..9444c692d6 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -23,8 +23,6 @@
*
*/
-#include "common/stdafx.h"
-
#include "backends/intern.h"
#include "backends/events/default/default-events.h"
@@ -111,7 +109,7 @@ static Common::EventManager *s_eventManager = 0;
Common::EventManager *OSystem::getEventManager() {
// FIXME/TODO: Eventually this method should be turned into an abstract one,
- // to force backends to implement this conciously (even if they
+ // to force backends to implement this conciously (even if they
// end up returning the default event manager anyway).
if (!s_eventManager)
s_eventManager = new DefaultEventManager(this);