Bug 738975 - Speed up building of layout/svg/base/src by dropping content/html/content/src from the include path. r=bz.

This commit is contained in:
Jonathan Watt 2012-03-26 12:58:59 +01:00
parent 0a7440c830
commit 0ab7e18025
2 changed files with 5 additions and 8 deletions

View File

@ -45,16 +45,14 @@
#ifndef nsImageLoadingContent_h__
#define nsImageLoadingContent_h__
#include "nsIImageLoadingContent.h"
#include "nsINode.h"
#include "imgIRequest.h"
#include "prtypes.h"
#include "imgIContainerObserver.h"
#include "imgIDecoderObserver.h"
#include "mozilla/CORSMode.h"
#include "nsCOMPtr.h"
#include "nsContentUtils.h" // NS_CONTENT_DELETE_LIST_MEMBER
#include "nsString.h"
#include "nsEventStates.h"
#include "nsGenericHTMLElement.h"
#include "mozilla/CORSMode.h"
#include "nsIImageLoadingContent.h"
#include "nsIRequest.h"
class nsIURI;
class nsIDocument;

View File

@ -106,7 +106,6 @@ LOCAL_INCLUDES = \
-I$(srcdir)/../../../xul/base/src \
-I$(srcdir)/../../../../content/svg/content/src \
-I$(srcdir)/../../../../content/base/src \
-I$(srcdir)/../../../../content/html/content/src \
$(NULL)
libs::