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 | 4d6e9aec05a3dcea595dbf1508a29a3f2ab351c0 (patch) | |
tree | 49465fc4ff41d50ebc0c88bb9fac3dd4f8bed85d /dom | |
parent | f394d6502c08b31e8a87fd90c8a30c74dd36d791 (diff) | |
download | uxp-4d6e9aec05a3dcea595dbf1508a29a3f2ab351c0.tar.gz |
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
Diffstat (limited to 'dom')
-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 e554aaabc2..097a79fc69 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 |