aboutsummaryrefslogtreecommitdiffstats
path: root/iPhone/FixMyStreet/Classes/MainViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhone/FixMyStreet/Classes/MainViewController.h')
-rw-r--r--iPhone/FixMyStreet/Classes/MainViewController.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/iPhone/FixMyStreet/Classes/MainViewController.h b/iPhone/FixMyStreet/Classes/MainViewController.h
index 3f48936..c2b68de 100644
--- a/iPhone/FixMyStreet/Classes/MainViewController.h
+++ b/iPhone/FixMyStreet/Classes/MainViewController.h
@@ -25,11 +25,7 @@
// Copyright __MyCompanyName__ 2012. All rights reserved.
//
-#ifdef CORDOVA_FRAMEWORK
- #import <Cordova/CDVViewController.h>
-#else
- #import "CDVViewController.h"
-#endif
+#import <Cordova/CDVViewController.h>
@interface MainViewController : CDVViewController