API: Remove apparently unnecessary include of carbon.h

svn path=/trunk/boinc/; revision=25262
This commit is contained in:
Charlie Fenton 2012-02-15 01:33:51 +00:00
parent a2c94a7b83
commit 9cebe4bb35
3 changed files with 10 additions and 4 deletions

View File

@ -18,10 +18,6 @@
#ifndef _BOINC_API_
#define _BOINC_API_
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif
#ifdef _WIN32
#include "boinc_win.h"
#endif

View File

@ -1692,3 +1692,12 @@ David 14 Feb 2012
html/inc/
db_ops.inc
Charlie 14 Feb 2012
- API: Remove apparently unnecessary include of carbon.h (requested
by Bernd Machenschalk.)
api/
boinc_api.h
clientscr/
gfx_switcher.cpp

View File

@ -31,6 +31,7 @@
#endif
#include <pwd.h> // getpwuid
#include <grp.h>
#include <signal.h> // For kill()
#include "boinc_api.h"
#include "common_defs.h"