From 5539a90c48dd5e7bb10d571a09ebd2df52cb44b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Mon, 15 Aug 2016 15:29:42 -0700 Subject: [ios, macos] Renamed Objective-C++ headers to .h Also removed a redundant reference to MGLStyle_Private.h in ios.xcodeproj. Fixes #5952. --- platform/ios/src/UIColor+MGLAdditions.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform/ios/src/UIColor+MGLAdditions.mm') diff --git a/platform/ios/src/UIColor+MGLAdditions.mm b/platform/ios/src/UIColor+MGLAdditions.mm index 23aea162f7..5a4b4b49f3 100644 --- a/platform/ios/src/UIColor+MGLAdditions.mm +++ b/platform/ios/src/UIColor+MGLAdditions.mm @@ -1,7 +1,7 @@ -#import "UIColor+MGLAdditions.hpp" +#import "UIColor+MGLAdditions.h" #import "MGLStyleAttributeValue.h" -#import "MGLStyleAttributeValue_Private.hpp" +#import "MGLStyleAttributeValue_Private.h" @implementation UIColor (MGLAdditions) -- cgit v1.2.1