Remove project headers from the prefix header; having everything in the prefix header...
[enjoyable.git] / ApplicationController.m
index 09be1c0..8fed5d6 100644 (file)
@@ -5,6 +5,13 @@
 //  Created by Sam McCall on 4/05/09.
 //
 
+#import "ApplicationController.h"
+
+#import "Config.h"
+#import "ConfigsController.h"
+#import "JoystickController.h"
+#import "TargetController.h"
+
 @implementation ApplicationController {
     BOOL active;
 }