From d210b19aec69d34711e5d473e6e4e5081955b02e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 24 Jun 2006 08:07:48 +0000 Subject: Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp Rationale: backend implementations belong to backends/, but portable APIs meant to be used by high level code is for common / sound / graphics / ... (compare also with backends/midi vs. sound/mididrv.h) svn-id: r23274 --- backends/wince/CELauncherDialog.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'backends/wince/CELauncherDialog.h') diff --git a/backends/wince/CELauncherDialog.h b/backends/wince/CELauncherDialog.h index 7cb54a3f56..e2d85da8dc 100644 --- a/backends/wince/CELauncherDialog.h +++ b/backends/wince/CELauncherDialog.h @@ -23,10 +23,8 @@ #ifndef CELAUNCHERDIALOG #define CELAUNCHERDIALOG -#include "backends/fs/fs.h" - #include "base/plugins.h" - +#include "common/fs.h" #include "gui/launcher.h" class CELauncherDialog : public GUI::LauncherDialog { -- cgit v1.2.3