Rename Common.h to avoid conflicts with other Cocoapod projects

This commit is contained in:
Joshua Hudson
2016-08-03 16:08:42 -07:00
parent 21cae258bf
commit 6d0ac40a80
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#define _SSZIPARCHIVE_H
#import <Foundation/Foundation.h>
#include "Common.h"
#include "SSZipCommon.h"
NS_ASSUME_NONNULL_BEGIN
+1 -1
View File
@@ -28,7 +28,7 @@
#include "zlib.h"
#include "unzip.h"
#include "Common.h"
#include "SSZipCommon.h"
#ifdef STDC
# include <stddef.h>
+1 -1
View File
@@ -14,7 +14,7 @@
See the accompanying LICENSE file for the full text of the license.
*/
#include "Common.h"
#include "SSZipCommon.h"
#ifndef _UNZ_H
#define _UNZ_H