From 6de0687efc8ea7ddbc7034b5a8c90c36b831b26c Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sat, 30 Jan 2021 13:16:33 +0000 Subject: [PATCH] Issue #1720 - Remove explicit header inclusion from npapi.h This should allow the header to be used outside of the UXP tree for compiling plugins etc. Resolves #1720 --- dom/plugins/base/npapi.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dom/plugins/base/npapi.h b/dom/plugins/base/npapi.h index 38b296c63d..aa6a66b2bd 100644 --- a/dom/plugins/base/npapi.h +++ b/dom/plugins/base/npapi.h @@ -46,7 +46,6 @@ #if defined(MOZ_X11) #include #include -#include "X11UndefineNone.h" #endif #endif