Bug 1114596 - don't define GENERATED_INCLUDES in ipc/ipdl/moz.build; r=gps

The common include file /ipc/chromium/chromium-config.mozbuild already
defines this variable for us, and there's no point in telling the
compiler to look twice in the same directory for includes.
This commit is contained in:
Nathan Froyd 2014-12-22 09:59:34 -05:00
parent e431a96248
commit 78d03cb84e

View File

@ -13,8 +13,6 @@ include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'
GENERATED_INCLUDES += ['/ipc/ipdl/_ipdlheaders']
# We #include some things in the dom/plugins/ directory that rely on
# toolkit libraries.
CXXFLAGS += CONFIG['TK_CFLAGS']