Shuffle #includes to get proper definition of NULL for picky C++ compilers.

r=pepper
This commit is contained in:
tor%cs.brown.edu 2000-01-28 03:08:02 +00:00
Родитель 50bf875c47
Коммит 610667c8a0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -21,8 +21,8 @@
* Stuart Parmenter <pavlov@netscape.com>
*/
#include "nsGCCache.h"
#include <stdio.h>
#include "nsGCCache.h"
/* The GC cache is shared among all windows, since it doesn't hog
any scarce resources (like colormap entries.) */
static struct GCData gc_cache [30] = { { 0, }, };