move #include of DefinesMac.h up a few lines to pick up the correct TARGET_CARBON define there.

This commit is contained in:
pinkerton%netscape.com 1999-05-10 22:34:12 +00:00
Родитель 938bcd3357
Коммит 378ea45300
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -16,11 +16,14 @@
* Reserved.
*/
/* must be first in order to correctly pick up TARGET_CARBON define before
* it is set in ConditionalMacros.h */
#include "DefinesMac.h"
#include <Types.h>
#include <stdlib.h>
#include "IDE_Options.h"
#include "DefinesMac.h"
#ifdef DEBUG