Gabe Heafitz

Optimize imports.

@@ -7,7 +7,6 @@ @@ -7,7 +7,6 @@
7 // 7 //
8 8
9 #import "PNChartLabel.h" 9 #import "PNChartLabel.h"
10 -#import "PNColor.h"  
11 10
12 @implementation PNChartLabel 11 @implementation PNChartLabel
13 12
@@ -7,9 +7,6 @@ @@ -7,9 +7,6 @@
7 // 7 //
8 8
9 #import "PCChartsTableViewController.h" 9 #import "PCChartsTableViewController.h"
10 -#import "PNChart.h"  
11 -#import "PNLineChartData.h"  
12 -#import "PNLineChartDataItem.h"  
13 10
14 @interface PCChartsTableViewController () 11 @interface PCChartsTableViewController ()
15 12
@@ -6,8 +6,6 @@ @@ -6,8 +6,6 @@
6 // Copyright (c) 2013年 kevinzhow. All rights reserved. 6 // Copyright (c) 2013年 kevinzhow. All rights reserved.
7 // 7 //
8 8
9 -#import <UIKit/UIKit.h>  
10 -  
11 #import "PCAppDelegate.h" 9 #import "PCAppDelegate.h"
12 10
13 int main(int argc, char * argv[]) 11 int main(int argc, char * argv[])