mirror of https://github.com/BOINC/boinc.git
API: Remove apparently unnecessary include of carbon.h
svn path=/trunk/boinc/; revision=25262
This commit is contained in:
parent
a2c94a7b83
commit
9cebe4bb35
|
@ -18,10 +18,6 @@
|
|||
#ifndef _BOINC_API_
|
||||
#define _BOINC_API_
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <Carbon/Carbon.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "boinc_win.h"
|
||||
#endif
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue