From 8a1e6413fe30df36ab9d458fd70d5634bc7f8457 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 24 Aug 2002 14:41:56 +0000 Subject: [PATCH] getting rid of warnings git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/morefile/MoreFilesExtras.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mac/morefile/MoreFilesExtras.c b/src/mac/morefile/MoreFilesExtras.c index 7a5a083524..ee93919b96 100644 --- a/src/mac/morefile/MoreFilesExtras.c +++ b/src/mac/morefile/MoreFilesExtras.c @@ -41,7 +41,11 @@ */ #include +#if !TARGET_CARBON #include +#include +#include +#endif #include #include #include @@ -49,8 +53,6 @@ #include #include #include -#include -#include #include #include #include -- 2.45.2