зеркало из https://github.com/mozilla/gecko-dev.git
Clean up nsSVGValue.h dependencies. Bug#280519, r=scooter. SVG builds only.
This commit is contained in:
Родитель
94087628c8
Коммит
cc22c012b4
|
@ -44,7 +44,7 @@
|
|||
#include "nsIDOMSVGNumber.h"
|
||||
#include "nsISVGValueUtils.h"
|
||||
#include "nsWeakReference.h"
|
||||
|
||||
#include "nsContentUtils.h"
|
||||
#include <math.h>
|
||||
|
||||
#ifndef M_PI
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#include "nsWeakReference.h"
|
||||
#include "nsSVGAnimatedAngle.h"
|
||||
#include "nsSVGLength.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include "nsWeakReference.h"
|
||||
#include "nsSVGAnimatedEnumeration.h"
|
||||
#include "nsISVGEnum.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsSVGAnimatedEnumeration
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include "nsWeakReference.h"
|
||||
#include "nsSVGAnimatedLength.h"
|
||||
#include "nsSVGLength.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include "nsSVGLengthList.h"
|
||||
#include "nsSVGValue.h"
|
||||
#include "nsWeakReference.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsSVGAnimatedTransformList
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
#include "nsSVGValue.h"
|
||||
#include "nsISVGValueUtils.h"
|
||||
#include "nsDOMError.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include "nsSVGNumberList.h"
|
||||
#include "nsSVGValue.h"
|
||||
#include "nsWeakReference.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsSVGAnimatedNumberList
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include "nsSVGPreserveAspectRatio.h"
|
||||
#include "nsSVGValue.h"
|
||||
#include "nsWeakReference.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsSVGAnimatedPreserveAspectRatio
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include "nsSVGRect.h"
|
||||
#include "nsSVGValue.h"
|
||||
#include "nsWeakReference.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsSVGAnimatedRect
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include "nsSVGValue.h"
|
||||
#include "nsWeakReference.h"
|
||||
#include "nsSVGAnimatedString.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include "nsSVGTransformList.h"
|
||||
#include "nsSVGValue.h"
|
||||
#include "nsWeakReference.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsSVGAnimatedTransformList
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "nsSVGClassValue.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsSVGClassValue
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
#include "nsIDOMSVGNumber.h"
|
||||
#include "nsISVGValueUtils.h"
|
||||
#include "nsWeakReference.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsSVGLength class
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
#include "nsSVGCoordCtx.h"
|
||||
#include "nsCRT.h"
|
||||
#include "nsISVGValueUtils.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsSVGLengthList
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include "nsDOMError.h"
|
||||
#include "nsSVGValue.h"
|
||||
#include <math.h>
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
const double radPerDegree = 2.0*3.1415926535 / 360.0;
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
#include "prdtoa.h"
|
||||
#include "nsSVGValue.h"
|
||||
#include "nsISVGValueUtils.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsSVGNumber class
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
#include "nsCRT.h"
|
||||
#include "nsISVGValueUtils.h"
|
||||
#include "prdtoa.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsSVGNumberList
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include "prdtoa.h"
|
||||
#include "nsSVGValue.h"
|
||||
#include "nsTextFormatter.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// implementation helper macros
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
#include "nsDOMError.h"
|
||||
#include "nsSVGPathDataParser.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsSVGPathSegList
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include "nsSVGPoint.h"
|
||||
#include "nsIDOMSVGMatrix.h"
|
||||
#include "nsSVGValue.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
class nsSVGPoint : public nsIDOMSVGPoint,
|
||||
public nsSVGValue
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
#include "nsTextFormatter.h"
|
||||
#include "nsCRT.h"
|
||||
#include "nsCOMArray.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
nsresult
|
||||
nsSVGPointList::Create(const nsAString& aValue,
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include "nsSVGPreserveAspectRatio.h"
|
||||
#include "nsSVGValue.h"
|
||||
#include "nsCRT.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsSVGPreserveAspectRatio class
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
#include "nsCRT.h"
|
||||
#include "nsWeakReference.h"
|
||||
#include "nsIDOMSVGLength.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsSVGRect class
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
#include "nsIWeakReference.h"
|
||||
#include "nsSVGMatrix.h"
|
||||
#include "nsTextFormatter.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
#include "nsReadableUtils.h"
|
||||
#include "nsCRT.h"
|
||||
#include "nsCOMArray.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
nsresult
|
||||
nsSVGTransformList::Create(nsIDOMSVGTransformList** aResult)
|
||||
|
|
|
@ -41,7 +41,8 @@
|
|||
|
||||
#include "nscore.h"
|
||||
#include "nsISVGValue.h"
|
||||
#include "nsGenericElement.h" // for nsSmallVoidArray
|
||||
#include "nsAutoPtr.h"
|
||||
#include "nsVoidArray.h"
|
||||
#include "nsISVGValueObserver.h"
|
||||
|
||||
class nsSVGValue : public nsISVGValue
|
||||
|
|
Загрузка…
Ссылка в новой задаче