diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-02-27 13:43:39 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-02-27 13:43:39 -0800 |
commit | 73430aed38e51821148324c8fb244247a691bdf3 (patch) | |
tree | f831a8b63bd2a311138e430ee45383cc5a180194 /ios/framework | |
parent | 826849a6dcadf955c2dd10a7d298ed3bb5400c69 (diff) | |
download | qtlocation-mapboxgl-73430aed38e51821148324c8fb244247a691bdf3.tar.gz |
[ios] Moved static include file
This file was originally added on the release-ios-v3.1.0 branch, before #3913 merged ios/ into platform/ios/. When the release branch was merged back into master in 17f44d7bd99f2c44e45eadc36d671dc29c88c64d, the file was left in the old ios/ directory.
Diffstat (limited to 'ios/framework')
-rw-r--r-- | ios/framework/Mapbox-static.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ios/framework/Mapbox-static.h b/ios/framework/Mapbox-static.h deleted file mode 100644 index d3674b0b61..0000000000 --- a/ios/framework/Mapbox-static.h +++ /dev/null @@ -1,3 +0,0 @@ -#import <GLKit/GLKit.h> -#import <ImageIO/ImageIO.h> -#import <MobileCoreServices/MobileCoreServices.h> |