From 533c7f85116315668c4be906abfeae9eecc8154f Mon Sep 17 00:00:00 2001 From: Chris Manchester Date: Tue, 31 Jul 2018 15:15:57 -0700 Subject: [PATCH] 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 --- config/system-headers.mozbuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/system-headers.mozbuild b/config/system-headers.mozbuild index 97dc3f1cde66..7f17843a37bd 100644 --- a/config/system-headers.mozbuild +++ b/config/system-headers.mozbuild @@ -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',