Fix include order so that we get traceback tables in Mac OS X milestone builds. r=leaf

This commit is contained in:
sfraser%netscape.com 2002-02-05 23:09:32 +00:00
parent b3c9eb8565
commit fea8c2b1e0

View File

@ -47,9 +47,6 @@
Order below does matter.
*/
/* Read compiler options */
#include "IDE_Options.h"
/* Read generated build options (written at build time). */
#ifdef DEBUG
#include "DefinesOptionsDebug.h"
@ -57,6 +54,9 @@
#include "DefinesOptions.h"
#endif
/* Read compiler options */
#include "IDE_Options.h"
/* Read file of defines global to the Mac build */
#include "DefinesMac.h"