diff options
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
{
|