diff options
Diffstat (limited to 'plugins/ChangeKeyboardLayout/src/text_operations.h')
-rw-r--r-- | plugins/ChangeKeyboardLayout/src/text_operations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ChangeKeyboardLayout/src/text_operations.h b/plugins/ChangeKeyboardLayout/src/text_operations.h index 6671406f3d..6f5fdfed02 100644 --- a/plugins/ChangeKeyboardLayout/src/text_operations.h +++ b/plugins/ChangeKeyboardLayout/src/text_operations.h @@ -1,7 +1,7 @@ #ifndef M_CKL_TEXT_OPERATIONS_H
#define M_CKL_TEXT_OPERATIONS_H
-#include "commonheaders.h"
+#include "stdafx.h"
BOOL CopyTextToClipboard(LPTSTR ptszText);
LPSTR GetNameOfLayout(HKL hklLayout);
|