Bug 976912 - Move Telemetry.h include from nsHttpChannel.h to nsHttpChannel.cpp. rs=mcmanus

This commit is contained in:
Cameron McCormack 2014-02-27 10:29:19 +11:00
parent 233ee6f330
commit 09213eac27
2 changed files with 1 additions and 1 deletions

View File

@ -63,6 +63,7 @@
#include "nsISiteSecurityService.h"
#include "nsCRT.h"
#include "CacheObserver.h"
#include "mozilla/Telemetry.h"
namespace mozilla { namespace net {

View File

@ -23,7 +23,6 @@
#include "nsWeakReference.h"
#include "TimingStruct.h"
#include "AutoClose.h"
#include "mozilla/Telemetry.h"
class nsIPrincipal;
class nsDNSPrefetch;