Remove unneeded headers.
This commit is contained in:
@@ -1,13 +1,9 @@
|
|||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "DialogDriver_Cocoa.h"
|
#include "DialogDriver_Cocoa.h"
|
||||||
#include "RageLog.h"
|
|
||||||
#include "RageThreads.h"
|
#include "RageThreads.h"
|
||||||
#include "RageUtil.h"
|
|
||||||
#define Random Random_ // work around namespace pollution
|
#define Random Random_ // work around namespace pollution
|
||||||
#include <Carbon/Carbon.h>
|
#include <Carbon/Carbon.h>
|
||||||
#undef Random_
|
#undef Random_
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/sysctl.h>
|
|
||||||
|
|
||||||
static SInt16 ShowAlert( int type, CFStringRef message, CFStringRef OK, CFStringRef cancel = NULL )
|
static SInt16 ShowAlert( int type, CFStringRef message, CFStringRef OK, CFStringRef cancel = NULL )
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
#include "Crash.h"
|
#include "Crash.h"
|
||||||
#include "archutils/Unix/CrashHandler.h"
|
#include "archutils/Unix/CrashHandler.h"
|
||||||
#include <Carbon/Carbon.h>
|
#include <Carbon/Carbon.h>
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/uio.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
void InformUserOfCrash( const CString &sPath )
|
void InformUserOfCrash( const CString &sPath )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user