summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/kernel32.cc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-07-12 10:33:54 +0000
committerCorinna Vinschen <corinna@vinschen.de>2012-07-12 10:33:54 +0000
commit568e72f5615151ca372f469780b09006023f13af (patch)
treed9a8f93e43013c9a8b6f6395eb52289885f9d1fb /winsup/cygwin/kernel32.cc
parent6e1e3bb8e55374b16c2d57297066b088c0cda9a0 (diff)
downloadcygnal-568e72f5615151ca372f469780b09006023f13af.tar.gz
cygnal-568e72f5615151ca372f469780b09006023f13af.tar.bz2
cygnal-568e72f5615151ca372f469780b09006023f13af.zip
* pseudo-reloc.cc: Drop including wchar.h.
(__report_error): Define module as WCHAR. * advapi.cc: Drop including wchar.h. * kernel32.cc: Ditto.
Diffstat (limited to 'winsup/cygwin/kernel32.cc')
-rw-r--r--winsup/cygwin/kernel32.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/kernel32.cc b/winsup/cygwin/kernel32.cc
index 9f9aa2784..e95a43121 100644
--- a/winsup/cygwin/kernel32.cc
+++ b/winsup/cygwin/kernel32.cc
@@ -11,7 +11,6 @@ details. */
#include "winsup.h"
#include "shared_info.h"
#include "ntdll.h"
-#include <wchar.h>
/* Implement CreateEvent/OpenEvent so that named objects are always created in
Cygwin shared object namespace. */