diff options
Diffstat (limited to 'plugins/MirandaG15/src/CChatScreen.h')
-rw-r--r-- | plugins/MirandaG15/src/CChatScreen.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/MirandaG15/src/CChatScreen.h b/plugins/MirandaG15/src/CChatScreen.h index f9f818d16c..371cbaf4fd 100644 --- a/plugins/MirandaG15/src/CChatScreen.h +++ b/plugins/MirandaG15/src/CChatScreen.h @@ -3,9 +3,9 @@ #include "CScreen.h"
-#include "LCDFramework\CLCDLabel.h"
-#include "LCDFramework\CLCDTextLog.h"
-#include "LCDFramework\CLCDInput.h"
+#include "LCDFramework/CLCDLabel.h"
+#include "LCDFramework/CLCDTextLog.h"
+#include "LCDFramework/CLCDInput.h"
class CChatScreen : public CScreen
{
|