diff options
-rw-r--r-- | gui/browser_osx.mm | 4 |
1 files 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 <AppKit/NSOpenPanel.h> -#import <Foundation/NSString.h> +#include <AppKit/NSOpenPanel.h> +#include <Foundation/NSString.h> namespace GUI { |