From 8877be82f0f3547d02c90d7fa38798f54172f6cc Mon Sep 17 00:00:00 2001 From: geekerzp Date: Thu, 9 Jul 2015 17:40:56 +0800 Subject: [PATCH] Update api-body.mustache of objc client --- .../swagger-codegen/src/main/resources/objc/api-body.mustache | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/swagger-codegen/src/main/resources/objc/api-body.mustache b/modules/swagger-codegen/src/main/resources/objc/api-body.mustache index 13a9ed1a9f0..fa9fa3e29a9 100644 --- a/modules/swagger-codegen/src/main/resources/objc/api-body.mustache +++ b/modules/swagger-codegen/src/main/resources/objc/api-body.mustache @@ -1,6 +1,5 @@ {{#operations}} #import "{{classname}}.h" -#import "{{classPrefix}}File.h" #import "{{classPrefix}}QueryParamCollection.h" {{#imports}}#import "{{import}}.h" {{/imports}}