Skip to content

Commit

Permalink
Remove unused headers from FSConstantsDictionaryGenerator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Oct 27, 2014
1 parent 7e30ae2 commit d4daa36
Showing 1 changed file with 0 additions and 77 deletions.
77 changes: 0 additions & 77 deletions FScriptFramework/FSConstantsDictionaryGenerator.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,83 +2,6 @@
/* This software is open source. See the license. */

#import "FSConstantsDictionaryGenerator.h"
#import <AddressBook/AddressBook.h>
#import <AddressBook/ABGlobalsC.h>
#import <AddressBook/ABPeoplePickerView.h>
#import <AddressBook/ABPeoplePickerC.h>
#import <AddressBook/ABGlobals.h>
#import <AppKit/AppKit.h>
#import <AppKit/NSAccessibility.h>
#import <AppKit/NSTypesetter.h>
#import <AppKit/NSMovieView.h>
#import <Automator/Automator.h>
#import <CalendarStore/CalendarStore.h>
#import <CoreAudioKit/CoreAudioKit.h>
//#import <CoreLocation/CoreLocation.h>
//#import <CoreWLAN/CoreWLAN.h>
#import <DiscRecording/DiscRecording.h>
#import <DirectoryService/DirectoryService.h>
#import <DiscRecording/DiscRecording.h>
#import <DiscRecordingUI/DiscRecordingUI.h>
#import <DVDPlayback/DVDPlayback.h>
#import <ExceptionHandling/NSExceptionHandler.h>
#import <Foundation/Foundation.h>
#import <Foundation/NSDebug.h>
#import <ICADevices/ICADevices.h>
//#import <ImageCaptureCore/ImageCaptureCore.h>
#import <InputMethodKit/InputMethodKit.h>
#import <InstallerPlugins/InstallerPlugins.h>
#import <InstantMessage/IMService.h>
#import <InstantMessage/IMAVManager.h>
#import <IOBluetooth/IOBluetooth.h>
#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_7
#import <IOBluetooth/objc/IOBluetoothHandsFreeGateway.h>
#import <IOBluetooth/objc/IOBluetoothRFCOMMAudioController.h>
#else
#import <IOBluetooth/objc/IOBluetoothHandsFree.h>
#endif
#import <IOBluetoothUI/IOBluetoothUI.h>
#import <JavaScriptCore/JavaScriptCore.h>
//#import <JavaVM/JavaVM.h>
#import <LatentSemanticMapping/LatentSemanticMapping.h>
#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_7
#import <Message/NSMailDelivery.h>
#endif
//#import <OpenDirectory/OpenDirectory.h>
#import <OpenGL/OpenGL.h>
#import <OpenGL/glu.h>
//#import <OpenGL/CGLProfilerFunctionEnum.h> // missing in 10.8 SDK
//#import <OpenGL/CGLProfiler.h> // missing in 10.8 SDK
#import <OpenGL/CGLRenderers.h>
#import <OSAKit/OSAKit.h>
#import <PreferencePanes/PreferencePanes.h>
#import <PubSub/PubSub.h>
#import <Quartz/Quartz.h>
#import <QuartzCore/QuartzCore.h>
#import <QTKit/QTKit.h>
#import <QTKit/QTMovie.h>
#import <ScreenSaver/ScreenSaver.h>
#import <SecurityFoundation/SFAuthorization.h>
#import <SecurityInterface/SFAuthorizationView.h>
#import <SecurityInterface/SFAuthorizationPluginView.h>
//#import <ServerNotification/NSServerNotificationCenter.h>
#import <SyncServices/SyncServices.h>
#import <SystemConfiguration/SystemConfiguration.h>
#import <WebKit/WebKit.h>
#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_7
#import <WebKit/WebJavaPlugIn.h>
#endif
//#import <XgridFoundation/XgridFoundation.h>
#import <EventKit/EventKit.h>
#import <Accounts/Accounts.h>
#import <AudioVideoBridging/AudioVideoBridging.h>
#import <GameKit/GameKit.h>
#import <GLKit/GLKit.h>
#import <SceneKit/SceneKit.h>
#import <Social/Social.h>
#import <VideoToolbox/VideoToolbox.h>
#import <AVFoundation/AVFoundation.h>

#import "Number_fscript.h"
#import "FSBoolean.h"

Expand Down

0 comments on commit d4daa36

Please sign in to comment.