commit 4f9d5a6440776283a5597aa0e2d2d029813a13ab
parent 1949b1d37c2f4639dff63a637ed46dae54158c37
Author: longsonr <longsonr@gmail.com>
Date: Tue, 9 Dec 2025 17:44:20 +0000
Bug 2004929 - Remove unused LOCAL_INCLUDES r=jwatt
Differential Revision: https://phabricator.services.mozilla.com/D275613
Diffstat:
3 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/dom/svg/moz.build b/dom/svg/moz.build
@@ -271,5 +271,4 @@ LOCAL_INCLUDES += [
"/layout/generic",
"/layout/style",
"/layout/svg",
- "/layout/xul",
]
diff --git a/layout/svg/SVGTextFrame.cpp b/layout/svg/SVGTextFrame.cpp
@@ -13,7 +13,6 @@
#include <limits>
#include "DOMSVGPoint.h"
-#include "LookAndFeel.h"
#include "SVGAnimatedNumberList.h"
#include "SVGContentUtils.h"
#include "SVGContextPaint.h"
diff --git a/layout/svg/moz.build b/layout/svg/moz.build
@@ -83,12 +83,10 @@ include("/ipc/chromium/chromium-config.mozbuild")
FINAL_LIBRARY = "xul"
LOCAL_INCLUDES += [
- "../../widget",
"../base",
"../generic",
"../painting",
"../style",
- "../xul",
"/dom/base",
"/dom/svg",
]