fixes SVG bustage

git-svn-id: svn://10.0.0.236/trunk@129053 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2002-09-07 19:15:47 +00:00
parent 36a77df217
commit 756bec984f
3 changed files with 3 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
#define __NS_ASVGGRAPHICSOURCE_H__
#include "nscore.h"
#include "nsDebug.h"
class nsASVGPathBuilder;
class nsIDOMSVGMatrix;

View File

@@ -40,6 +40,7 @@
#define __NS_ASVGPATHBUILDER_H__
#include "nscore.h"
#include "nsDebug.h"
// abstract path builder 'interface' class.
// XXX one day this will become a proper interface

View File

@@ -40,6 +40,7 @@
#define __NS_SVGBPATHBUILDER_H__
#include "nscore.h"
#include "nsDebug.h"
#include "libart-incs.h"
#include "nsASVGPathBuilder.h"