diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-25 15:07:49 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-25 15:07:49 +0000 |
commit | 153360d2601bded9d77df304a2a2b4c83a5a4998 (patch) | |
tree | 671c97ca536b4e54c8efbb364ad09965cea8d7c9 /plugins/MirandaG15/src/CAppletManager.h | |
parent | 075c7777370258c5e1ccff1dc22f31b416e1e761 (diff) |
MirandaG15: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14691 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaG15/src/CAppletManager.h')
-rw-r--r-- | plugins/MirandaG15/src/CAppletManager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MirandaG15/src/CAppletManager.h b/plugins/MirandaG15/src/CAppletManager.h index 2e70f906ba..c0836a9ff6 100644 --- a/plugins/MirandaG15/src/CAppletManager.h +++ b/plugins/MirandaG15/src/CAppletManager.h @@ -1,7 +1,7 @@ #ifndef _COUTPUTMANAGER_H_
#define _COUTPUTMANAGER_H_
-#include "CLCDOutputManager.h"
+#include "LCDFramework\CLCDOutputManager.h"
#include "CProtocolData.h"
#include "CIRCHistory.h"
@@ -14,7 +14,7 @@ #include "CCreditsScreen.h"
#include "CScreensaverScreen.h"
-#include "CLCDConnectionLogitech.h"
+#include "LCDFramework\CLCDConnectionLogitech.h"
struct SMessageJob
{
|