From 70eb6e2b02a158d0dfee6e9d24b4e4d7136e2ce3 Mon Sep 17 00:00:00 2001 From: Kyle Huey Date: Thu, 15 Sep 2011 16:47:29 -0700 Subject: [PATCH] Remove some silly LOCAL_INCLUDES from content/base/src. r=me --- content/base/src/Makefile.in | 1 - content/base/src/nsDocument.h | 2 +- dom/base/nsDOMNavigationTiming.h | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/base/src/Makefile.in b/content/base/src/Makefile.in index 0d85cb8b28f..127b2ae70bb 100644 --- a/content/base/src/Makefile.in +++ b/content/base/src/Makefile.in @@ -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 diff --git a/content/base/src/nsDocument.h b/content/base/src/nsDocument.h index 8f5d0d83e42..6edac34d6e5 100644 --- a/content/base/src/nsDocument.h +++ b/content/base/src/nsDocument.h @@ -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) diff --git a/dom/base/nsDOMNavigationTiming.h b/dom/base/nsDOMNavigationTiming.h index 4effb364822..7e9ca243f16 100644 --- a/dom/base/nsDOMNavigationTiming.h +++ b/dom/base/nsDOMNavigationTiming.h @@ -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;