Bug 1478499 - Do not list pixman.h twice in system-headers.h r=froydnj

The file is added both unconditionally and conditionally to no effect.

MozReview-Commit-ID: JBZKN2qRf73

--HG--
extra : rebase_source : 74b601ae1d64f8ed7a47b02f79cbef66ac606abc
This commit is contained in:
Chris Manchester 2018-07-31 15:15:57 -07:00
parent 170f0fe4df
commit 533c7f8511

View File

@ -1296,11 +1296,6 @@ if CONFIG['MOZ_ENABLE_CONTENTMANAGER']:
'SelectSingleContentItemPage.h',
]
if not CONFIG['MOZ_TREE_PIXMAN']:
system_headers += [
'pixman.h',
]
if CONFIG['MOZ_SYSTEM_LIBVPX']:
system_headers += [
'vpx_mem/vpx_mem.h',