summaryrefslogtreecommitdiffstats
path: root/xpcom/build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-02-19 16:41:18 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-19 16:41:18 +0100
commit13a9ea6486df49cee94a5e5a23b02dca13968eb7 (patch)
treeae1d5c689551acfac05d594b70627d15cb060a65 /xpcom/build
parent4f82d71df070e813927893fc20aa7954fbae997d (diff)
downloadUXP-13a9ea6486df49cee94a5e5a23b02dca13968eb7.tar
UXP-13a9ea6486df49cee94a5e5a23b02dca13968eb7.tar.gz
UXP-13a9ea6486df49cee94a5e5a23b02dca13968eb7.tar.lz
UXP-13a9ea6486df49cee94a5e5a23b02dca13968eb7.tar.xz
UXP-13a9ea6486df49cee94a5e5a23b02dca13968eb7.zip
Remove XPCOM checks for Windows Vista and clean up unused header files.
Tag #22
Diffstat (limited to 'xpcom/build')
-rw-r--r--xpcom/build/XPCOMInit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xpcom/build/XPCOMInit.cpp b/xpcom/build/XPCOMInit.cpp
index 895e295b1..6ead5cdc7 100644
--- a/xpcom/build/XPCOMInit.cpp
+++ b/xpcom/build/XPCOMInit.cpp
@@ -111,7 +111,6 @@ extern nsresult nsStringInputStreamConstructor(nsISupports*, REFNSIID, void**);
#include "SpecialSystemDirectory.h"
#if defined(XP_WIN)
-#include "mozilla/WindowsVersion.h"
#include "nsWindowsRegKey.h"
#endif