From 73aea138c6b86fb122a128e7f2d3ae0082c5c424 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 24 Aug 2014 15:31:47 +0000 Subject: [PATCH] Remove the apparently unnecessary inclusion. This header doesn't seem to be needed anywhere. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/appbase.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index e3a0c06988..164a33c6fc 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -51,9 +51,6 @@ #include #include #endif - #if wxUSE_INTL - #include - #endif #endif // wxUSE_STL #if !defined(__WINDOWS__) || defined(__WXMICROWIN__)