mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
fixes SVG bustage
This commit is contained in:
parent
127391f548
commit
896ebee95a
@ -40,6 +40,7 @@
|
||||
#define __NS_ASVGGRAPHICSOURCE_H__
|
||||
|
||||
#include "nscore.h"
|
||||
#include "nsDebug.h"
|
||||
|
||||
class nsASVGPathBuilder;
|
||||
class nsIDOMSVGMatrix;
|
||||
|
@ -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
|
||||
|
@ -40,6 +40,7 @@
|
||||
#define __NS_SVGBPATHBUILDER_H__
|
||||
|
||||
#include "nscore.h"
|
||||
#include "nsDebug.h"
|
||||
#include "libart-incs.h"
|
||||
#include "nsASVGPathBuilder.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user