fixes SVG bustage

This commit is contained in:
dougt%netscape.com 2002-09-07 19:15:47 +00:00
parent 127391f548
commit 896ebee95a
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"