aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-10-25 18:25:17 +0000
committerGuy Harris <guy@alum.mit.edu>2006-10-25 18:25:17 +0000
commit3a21415651c4e786ad8e1690c305afe158bb8a75 (patch)
treec3cdfddb5300267d322fff775ad998f2893c666c /gtk
parent28d32a420fad3495f9e9df3c2cda2f280320817b (diff)
Include the top-level header for CoreFoundation, to see whether it'll
fix a build failure I've seen on L**p*rd. svn path=/trunk/; revision=19685
Diffstat (limited to 'gtk')
-rw-r--r--gtk/webbrowser.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/webbrowser.c b/gtk/webbrowser.c
index 9fecc148a4..4520704f67 100644
--- a/gtk/webbrowser.c
+++ b/gtk/webbrowser.c
@@ -57,9 +57,7 @@
#include <shellapi.h>
#elif defined (HAVE_OS_X_FRAMEWORKS)
/* Mac OS X - use Launch Services to start a browser */
-#include <CoreFoundation/CFBase.h>
-#include <CoreFoundation/CFString.h>
-#include <CoreFoundation/CFURL.h>
+#include <CoreFoundation/CoreFoundation.h>
#include <ApplicationServices/ApplicationServices.h>
#else
/* Everything else - launch the browser ourselves */