From 5d5c02d66c680ef442f68138bae6a403e6bc3336 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 4 May 2006 23:24:09 +0000 Subject: Moved GameDetector::setTarget & findGame to the new namespace Base; moved their declaration to base/game.h, their implementation to base/main.cpp (both until we can come up with a better location). Also moved detectMain into main.cpp, where it now is a local static function svn-id: r22346 --- common/system.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/system.cpp') diff --git a/common/system.cpp b/common/system.cpp index 642012badc..8b40114630 100644 --- a/common/system.cpp +++ b/common/system.cpp @@ -25,8 +25,6 @@ #include "backends/intern.h" -#include "base/gameDetector.h" - #include "gui/message.h" #include "common/config-manager.h" -- cgit v1.2.3