From 30332fd2ac3589b045c513b98f84bc9eec9746d6 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Tue, 14 Jun 2011 20:33:38 +0200 Subject: [PATCH] Remove unused Carbon include --- src/os_mac_conv.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/os_mac_conv.c b/src/os_mac_conv.c index 12e80f3451..71960daa5d 100644 --- a/src/os_mac_conv.c +++ b/src/os_mac_conv.c @@ -22,12 +22,6 @@ #endif -#ifdef FEAT_GUI_MACVIM -/* Include Carbon here instead of in one of the header files to avoid polluting - * the global namespace. */ -# include -#endif - #if defined(MACOS_CONVERT) || defined(PROTO) # ifdef PROTO