diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-23 07:02:46 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-23 07:02:46 +0000 |
commit | 4d048a498cfaf2eff47167714d37e11f451135de (patch) | |
tree | 3e52f538ce6797fe03c0dd8d5d4fe743ff72c24e /plugins/KeyboardNotify/src/Common.h | |
parent | a7c0a023987fe8a04cef052c68c507fb3c2f7d74 (diff) |
we don't need 16-bit processes
git-svn-id: http://svn.miranda-ng.org/main/trunk@6191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/KeyboardNotify/src/Common.h')
-rw-r--r-- | plugins/KeyboardNotify/src/Common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/KeyboardNotify/src/Common.h b/plugins/KeyboardNotify/src/Common.h index f4e4f04282..71719a513f 100644 --- a/plugins/KeyboardNotify/src/Common.h +++ b/plugins/KeyboardNotify/src/Common.h @@ -23,7 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <windows.h>
#include <stdlib.h>
#include <tlhelp32.h>
-#include <vdmdbg.h>
#include <commctrl.h>
#include <commdlg.h>
#include <winioctl.h>
|