diff options
Diffstat (limited to 'plugins/MirandaG15/LCDFramework/src/LCDFramework.h')
-rw-r--r-- | plugins/MirandaG15/LCDFramework/src/LCDFramework.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/MirandaG15/LCDFramework/src/LCDFramework.h b/plugins/MirandaG15/LCDFramework/src/LCDFramework.h deleted file mode 100644 index cdc9c44a05..0000000000 --- a/plugins/MirandaG15/LCDFramework/src/LCDFramework.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef _LCDFRAMEWORK_H
-#define _LCDFRAMEWORK_H
-
-// HID Includes
-#include <setupapi.h>
-extern "C"
-{
-#include "../hid/hidsdi.h"
-}
-
-#ifdef _UNICODE
-#define tstring wstring
-#else
-#define tstring string
-#endif
-
-#include "debug.h"
-#include "misc.h"
-
-#endif
\ No newline at end of file |