Bug 316778 - Make some gfx headers external-linking-safe, r=roc

This commit is contained in:
bsmedberg%covad.net 2005-11-17 20:06:22 +00:00
Родитель b1bad8fb7f
Коммит 588cd1cc69
3 изменённых файлов: 4 добавлений и 1 удалений

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

@ -55,7 +55,9 @@ endif
DIRS += public idl src
ifdef ENABLE_TESTS
ifndef MOZ_ENABLE_LIBXUL
TOOL_DIRS += tests
endif
endif
include $(topsrcdir)/config/rules.mk

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

@ -39,6 +39,7 @@
#define nsColor_h___
#include "gfxCore.h"
#include "nscore.h"
class nsAString;
class nsString;

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

@ -40,7 +40,7 @@
#include "gfxCore.h"
#include "nsCoord.h"
#include "nsString.h"
#include "nsStringGlue.h"
// XXX we need a method to enumerate all of the possible fonts on the
// system across family, weight, style, size, etc. But not here!