summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-12 17:14:33 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-12 18:29:50 +0300
commit0eeda14bde6e5977a0bdc3d64841e035cd6d3741 (patch)
tree0f749a2aaba915af05346113b795d1b18e535656 /comphelper
parentc3ba72ea48ad95b8295f4b71d0dd6c37d539dcb1 (diff)
No idea why <wchar.h> would be needed here, and for Unix only even
Change-Id: Ie374a2619d6196172592a14654bb93ec8350c563
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/eventattachermgr/eventattachermgr.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/comphelper/source/eventattachermgr/eventattachermgr.cxx b/comphelper/source/eventattachermgr/eventattachermgr.cxx
index 512e6fb786f3..53a115dcec7c 100644
--- a/comphelper/source/eventattachermgr/eventattachermgr.cxx
+++ b/comphelper/source/eventattachermgr/eventattachermgr.cxx
@@ -17,10 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
-#if defined( UNX )
-#include <wchar.h>
-#endif
#include <osl/mutex.hxx>
#include <osl/diagnose.h>
#include <comphelper/eventattachermgr.hxx>