From 7d9bf1f11cc6c2067af6285682f096d98e523540 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 3 Oct 2004 16:10:46 +0000 Subject: [PATCH 1/1] don't include headers not needed when wxUSE_GUI == 0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/utils.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mac/carbon/utils.cpp b/src/mac/carbon/utils.cpp index cf7d76b624..3e999b65e7 100644 --- a/src/mac/carbon/utils.cpp +++ b/src/mac/carbon/utils.cpp @@ -40,6 +40,7 @@ #include #endif +#if wxUSE_GUI #if TARGET_API_MAC_OSX #include #else @@ -50,6 +51,7 @@ #include #include #include +#endif // wxUSE_GUI #include "wx/mac/private.h" // includes mac headers -- 2.47.2