Remove unneeded headers.

This commit is contained in:
Steve Checkoway
2004-07-04 01:54:15 +00:00
parent 0066f3e1d4
commit 57fcd732fd
2 changed files with 0 additions and 7 deletions
@@ -1,13 +1,9 @@
#include "global.h"
#include "DialogDriver_Cocoa.h"
#include "RageLog.h"
#include "RageThreads.h"
#include "RageUtil.h"
#define Random Random_ // work around namespace pollution
#include <Carbon/Carbon.h>
#undef Random_
#include <sys/types.h>
#include <sys/sysctl.h>
static SInt16 ShowAlert( int type, CFStringRef message, CFStringRef OK, CFStringRef cancel = NULL )
{