eliminate all "warning: implicit declaration of function..." messages when compiling

This commit is contained in:
Mitchell Livingston
2008-10-25 20:54:09 +00:00
parent d03f0283dd
commit 46f80eb754
7 changed files with 29 additions and 23 deletions

View File

@@ -23,6 +23,7 @@
*****************************************************************************/
#import <IOKit/IOMessage.h>
#import <IOKit/pwr_mgt/IOPMLib.h>
#import "Controller.h"
#import "Torrent.h"
@@ -45,7 +46,8 @@
#import "ExpandedPathToPathTransformer.h"
#import "ExpandedPathToIconTransformer.h"
#import "SpeedLimitToTurtleIconTransformer.h"
#include "utils.h"
#import "metainfo.h"
#import "utils.h"
#import "UKKQueue.h"
#import <Sparkle/Sparkle.h>