This commit is contained in:
dougt%netscape.com 2002-05-15 21:21:07 +00:00
Родитель e58c22e29b
Коммит 829e53078a
3 изменённых файлов: 3 добавлений и 0 удалений

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

@ -48,6 +48,7 @@
#include "nsIWeakReference.h"
#include "nsReadableUtils.h"
#include "nsTextFormatter.h"
#include "nsCRT.h"
#include <math.h>
////////////////////////////////////////////////////////////////////////

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

@ -42,6 +42,7 @@
#include "prdtoa.h"
#include "nsReadableUtils.h"
#include "nsTextFormatter.h"
#include "nsCRT.h"
nsresult
nsSVGPointList::Create(const nsAString& aValue,

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

@ -43,6 +43,7 @@
#include "prdtoa.h"
#include "nsSVGAtoms.h"
#include "nsReadableUtils.h"
#include "nsCRT.h"
nsresult
nsSVGTransformList::Create(const nsAString& aValue,