Remove some silly LOCAL_INCLUDES from content/base/src. r=me

This commit is contained in:
Kyle Huey 2011-09-15 16:47:29 -07:00
parent 75aa6eed7a
commit 70eb6e2b02
3 changed files with 2 additions and 3 deletions

View File

@ -205,7 +205,6 @@ INCLUDES += \
-I$(topsrcdir)/js/src/xpconnect/src \
-I$(topsrcdir)/caps/include \
-I$(topsrcdir)/netwerk/base/src \
-I$(topsrcdir)/xpcom/ds \
$(NULL)
DEFINES += -D_IMPL_NS_LAYOUT

View File

@ -100,7 +100,7 @@
#include "nsIDOMTouchEvent.h"
#include "nsIInlineEventHandlers.h"
#include "nsDataHashtable.h"
#include "TimeStamp.h"
#include "mozilla/TimeStamp.h"
#define XML_DECLARATION_BITS_DECLARATION_EXISTS (1 << 0)
#define XML_DECLARATION_BITS_ENCODING_EXISTS (1 << 1)

View File

@ -45,7 +45,7 @@
#include "nscore.h"
#include "nsCOMPtr.h"
#include "nsCOMArray.h"
#include "TimeStamp.h"
#include "mozilla/TimeStamp.h"
#include "nsIURI.h"
class nsDOMNavigationTimingClock;