From 915c60c62978dbd15b1345d69a2c1f5db3f19a2f Mon Sep 17 00:00:00 2001 From: Oystein Eftevaag Date: Sat, 26 Dec 2009 17:18:18 +0000 Subject: Using #include instead of #import to include some mac os x headers to avoid silly gcc warnings, that we'd otherwise have to remove -pedantic to get rid of svn-id: r46597 --- gui/browser_osx.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/browser_osx.mm b/gui/browser_osx.mm index 14b274de10..a3a09b8ed2 100644 --- a/gui/browser_osx.mm +++ b/gui/browser_osx.mm @@ -30,8 +30,8 @@ #include "common/system.h" #include "common/algorithm.h" -#import -#import +#include +#include namespace GUI { -- cgit v1.2.3