diff options
Diffstat (limited to 'plugins/ChangeKeyboardLayout/src/options.h')
-rw-r--r-- | plugins/ChangeKeyboardLayout/src/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ChangeKeyboardLayout/src/options.h b/plugins/ChangeKeyboardLayout/src/options.h index bcf46a244b..e63f63e6ca 100644 --- a/plugins/ChangeKeyboardLayout/src/options.h +++ b/plugins/ChangeKeyboardLayout/src/options.h @@ -1,7 +1,7 @@ #ifndef M_CKL_OPTIONS_H
#define M_CKL_OPTIONS_H
-#include "commonheaders.h"
+#include "stdafx.h"
INT_PTR CALLBACK DlgMainProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK DlgPopupsProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);
|