diff options
author | Moonchild <moonchild@palemoon.org> | 2021-01-30 13:16:33 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-01-30 13:16:33 +0000 |
commit | 4203a501156ff1b957d97c14d0f3f35d38e34ba4 (patch) | |
tree | 49465fc4ff41d50ebc0c88bb9fac3dd4f8bed85d | |
parent | 18a478de7f67937e43244bb501715c3b629ec725 (diff) | |
download | aura-central-4203a501156ff1b957d97c14d0f3f35d38e34ba4.tar.gz |
Issue mcp-graveyard/UXP%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
-rw-r--r-- | dom/plugins/base/npapi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/plugins/base/npapi.h b/dom/plugins/base/npapi.h index e554aaabc..097a79fc6 100644 --- a/dom/plugins/base/npapi.h +++ b/dom/plugins/base/npapi.h @@ -46,7 +46,6 @@ #if defined(MOZ_X11) #include <X11/Xlib.h> #include <X11/Xutil.h> -#include "X11UndefineNone.h" #endif #endif |