Added a comment warning not to change order of included headers.

svn path=/trunk/boinc/; revision=17369
This commit is contained in:
Charlie Fenton 2009-02-25 13:42:23 +00:00
parent 39ec4ad5f2
commit 8d84e7cacc
1 changed files with 1 additions and 1 deletions

View File

@ -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"