diff options
| author | Max Horn | 2005-06-24 15:23:51 +0000 |
|---|---|---|
| committer | Max Horn | 2005-06-24 15:23:51 +0000 |
| commit | 8b1d7b916673078d20f15540f9cc2f531340ba97 (patch) | |
| tree | 8473b085eb77b7ff7ec7ce5f9457307a27832042 /backends/wince | |
| parent | 68907449b75479481348af5d3d4842a96b7651f6 (diff) | |
| download | scummvm-rg350-8b1d7b916673078d20f15540f9cc2f531340ba97.tar.gz scummvm-rg350-8b1d7b916673078d20f15540f9cc2f531340ba97.tar.bz2 scummvm-rg350-8b1d7b916673078d20f15540f9cc2f531340ba97.zip | |
When including files from common/, explicitly use the common/ prefix
svn-id: r18444
Diffstat (limited to 'backends/wince')
| -rw-r--r-- | backends/wince/CEActions.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CEActionsPocket.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CEActionsSmartphone.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CEDevice.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CEKeysDialog.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CELauncherDialog.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CEScaler.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CEgui/GUIElement.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CEgui/ItemAction.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CEgui/ItemSwitch.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CEgui/Panel.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CEgui/PanelItem.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CEgui/PanelKeyboard.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CEgui/SDL_ImageResource.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CEgui/Toolbar.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CEgui/ToolbarHandler.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CEkeys/EventsBuffer.cpp | 2 | ||||
| -rw-r--r-- | backends/wince/CEkeys/Key.cpp | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/backends/wince/CEActions.cpp b/backends/wince/CEActions.cpp index aeb4f2025f..97be4e902a 100644 --- a/backends/wince/CEActions.cpp +++ b/backends/wince/CEActions.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "CEActions.h" #include "CEActionsPocket.h" #include "CEActionsSmartphone.h" diff --git a/backends/wince/CEActionsPocket.cpp b/backends/wince/CEActionsPocket.cpp index 8ed93e341b..342a3baa28 100644 --- a/backends/wince/CEActionsPocket.cpp +++ b/backends/wince/CEActionsPocket.cpp @@ -20,7 +20,7 @@ */ -#include "stdafx.h" +#include "common/stdafx.h" #include "CEActionsPocket.h" #include "EventsBuffer.h" diff --git a/backends/wince/CEActionsSmartphone.cpp b/backends/wince/CEActionsSmartphone.cpp index 9ded7cc8ac..b732360f28 100644 --- a/backends/wince/CEActionsSmartphone.cpp +++ b/backends/wince/CEActionsSmartphone.cpp @@ -23,7 +23,7 @@ //#ifdef WIN32_PLATFORM_WFSP -#include "stdafx.h" +#include "common/stdafx.h" #include "CEActionsSmartphone.h" #include "EventsBuffer.h" diff --git a/backends/wince/CEDevice.cpp b/backends/wince/CEDevice.cpp index 3f7121ddfd..3461569e4c 100644 --- a/backends/wince/CEDevice.cpp +++ b/backends/wince/CEDevice.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "CEDevice.h" #include <SDL.h> diff --git a/backends/wince/CEKeysDialog.cpp b/backends/wince/CEKeysDialog.cpp index a4575b4e02..2a79d5afce 100644 --- a/backends/wince/CEKeysDialog.cpp +++ b/backends/wince/CEKeysDialog.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "CEKeysDialog.h" #include "CEActions.h" diff --git a/backends/wince/CELauncherDialog.cpp b/backends/wince/CELauncherDialog.cpp index afc6943f13..c1ac0f8534 100644 --- a/backends/wince/CELauncherDialog.cpp +++ b/backends/wince/CELauncherDialog.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "wince-sdl.h" diff --git a/backends/wince/CEScaler.cpp b/backends/wince/CEScaler.cpp index f0b8263e86..e07c7f8ad2 100644 --- a/backends/wince/CEScaler.cpp +++ b/backends/wince/CEScaler.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "CEScaler.h" int redblueMasks[] = { 0x7C1F, 0xF81F }; diff --git a/backends/wince/CEgui/GUIElement.cpp b/backends/wince/CEgui/GUIElement.cpp index 2e89d87003..b5732f4653 100644 --- a/backends/wince/CEgui/GUIElement.cpp +++ b/backends/wince/CEgui/GUIElement.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "Toolbar.h" #include "SDL_ImageResource.h" diff --git a/backends/wince/CEgui/ItemAction.cpp b/backends/wince/CEgui/ItemAction.cpp index cfe880988b..a801b9b820 100644 --- a/backends/wince/CEgui/ItemAction.cpp +++ b/backends/wince/CEgui/ItemAction.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "ItemAction.h" namespace CEGUI { diff --git a/backends/wince/CEgui/ItemSwitch.cpp b/backends/wince/CEgui/ItemSwitch.cpp index 454a3be49c..5f020e0914 100644 --- a/backends/wince/CEgui/ItemSwitch.cpp +++ b/backends/wince/CEgui/ItemSwitch.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "ItemSwitch.h" namespace CEGUI { diff --git a/backends/wince/CEgui/Panel.cpp b/backends/wince/CEgui/Panel.cpp index 5c236dee72..a76c202690 100644 --- a/backends/wince/CEgui/Panel.cpp +++ b/backends/wince/CEgui/Panel.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "Panel.h" namespace CEGUI { diff --git a/backends/wince/CEgui/PanelItem.cpp b/backends/wince/CEgui/PanelItem.cpp index 6e901d5864..6d0cd1c5aa 100644 --- a/backends/wince/CEgui/PanelItem.cpp +++ b/backends/wince/CEgui/PanelItem.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "PanelItem.h" namespace CEGUI { diff --git a/backends/wince/CEgui/PanelKeyboard.cpp b/backends/wince/CEgui/PanelKeyboard.cpp index 395785d5fc..a7c43f3c68 100644 --- a/backends/wince/CEgui/PanelKeyboard.cpp +++ b/backends/wince/CEgui/PanelKeyboard.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "PanelKeyboard.h" namespace CEGUI { diff --git a/backends/wince/CEgui/SDL_ImageResource.cpp b/backends/wince/CEgui/SDL_ImageResource.cpp index ff52931056..b42fb37f41 100644 --- a/backends/wince/CEgui/SDL_ImageResource.cpp +++ b/backends/wince/CEgui/SDL_ImageResource.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "SDL_ImageResource.h" namespace CEGUI { diff --git a/backends/wince/CEgui/Toolbar.cpp b/backends/wince/CEgui/Toolbar.cpp index 324439145b..e2829b1aa6 100644 --- a/backends/wince/CEgui/Toolbar.cpp +++ b/backends/wince/CEgui/Toolbar.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "Toolbar.h" namespace CEGUI { diff --git a/backends/wince/CEgui/ToolbarHandler.cpp b/backends/wince/CEgui/ToolbarHandler.cpp index e4496857d1..4f9d28c9ef 100644 --- a/backends/wince/CEgui/ToolbarHandler.cpp +++ b/backends/wince/CEgui/ToolbarHandler.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "ToolbarHandler.h" namespace CEGUI { diff --git a/backends/wince/CEkeys/EventsBuffer.cpp b/backends/wince/CEkeys/EventsBuffer.cpp index 70da6cd435..cad8e29f29 100644 --- a/backends/wince/CEkeys/EventsBuffer.cpp +++ b/backends/wince/CEkeys/EventsBuffer.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "EventsBuffer.h" namespace CEKEYS { diff --git a/backends/wince/CEkeys/Key.cpp b/backends/wince/CEkeys/Key.cpp index 1b28449b63..1cf9f0eaa2 100644 --- a/backends/wince/CEkeys/Key.cpp +++ b/backends/wince/CEkeys/Key.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "Key.h" namespace CEKEYS { |
