mirror of https://github.com/BOINC/boinc.git
Added a comment warning not to change order of included headers.
svn path=/trunk/boinc/; revision=17369
This commit is contained in:
parent
39ec4ad5f2
commit
8d84e7cacc
|
@ -55,7 +55,7 @@
|
|||
#ifdef __APPLE__
|
||||
#include <Carbon/Carbon.h>
|
||||
#include <sys/wait.h>
|
||||
#include "gui_rpc_client.h"
|
||||
#include "gui_rpc_client.h" // The order of included headers is critical here. Do not move this!
|
||||
#include "Mac_Saver_Module.h"
|
||||
#endif
|
||||
#include "screensaver.h"
|
||||
|
|
Loading…
Reference in New Issue