diff options
Diffstat (limited to 'plugins/MirandaG15/src/CNotificationScreen.h')
-rw-r--r-- | plugins/MirandaG15/src/CNotificationScreen.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/MirandaG15/src/CNotificationScreen.h b/plugins/MirandaG15/src/CNotificationScreen.h index 98130c8de5..957cdb80dc 100644 --- a/plugins/MirandaG15/src/CNotificationScreen.h +++ b/plugins/MirandaG15/src/CNotificationScreen.h @@ -2,10 +2,10 @@ #define _CNOTIFICATIONSCREEN_H_
#include "CScreen.h"
-#include "CLCDLabel.h"
-#include "CLCDTextLog.h"
-#include "CLCDBar.h"
-#include "CLCDInput.h"
+#include "LCDFramework\CLCDLabel.h"
+#include "LCDFramework\CLCDTextLog.h"
+#include "LCDFramework\CLCDBar.h"
+#include "LCDFramework\CLCDInput.h"
class CNotificationEntry
{
|