diff options
Diffstat (limited to 'plugins/ChangeKeyboardLayout/src/hook_events.h')
-rw-r--r-- | plugins/ChangeKeyboardLayout/src/hook_events.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ChangeKeyboardLayout/src/hook_events.h b/plugins/ChangeKeyboardLayout/src/hook_events.h index 992c7cd0c3..b7e38dd3f6 100644 --- a/plugins/ChangeKeyboardLayout/src/hook_events.h +++ b/plugins/ChangeKeyboardLayout/src/hook_events.h @@ -1,7 +1,7 @@ #ifndef M_CKL_HOOK_EVENTS_H
#define M_CKL_HOOK_EVENTS_H
-#include "commonheaders.h"
+#include "stdafx.h"
void ReadMainOptions();
void WriteMainOptions();
|