Bug 1181863 - Part 4: Fix the build bustage

This commit is contained in:
Ehsan Akhgari 2015-08-01 00:07:04 -04:00
parent 2ed10e0f0e
commit 22352bc735
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
#include "nsIInputStream.h"
#include "nsIProperties.h"
#include "nsNetUtil.h"
#include "nsRefPtr.h"
#include "mozilla/nsRefPtr.h"
#include "nsString.h"
namespace mozilla {

View File

@ -14,7 +14,7 @@
#include "nsIInputStream.h"
#include "nsIRunnable.h"
#include "nsIThread.h"
#include "nsRefPtr.h"
#include "mozilla/nsRefPtr.h"
#include "nsString.h"
#include "nsThreadUtils.h"