Skip to content

Commit

Permalink
Bug 1127618 (prereq) - Fix compile errors caused by files moving from…
Browse files Browse the repository at this point in the history
… one unified file to another. r=mcmanus
  • Loading branch information
nwgh committed Jul 31, 2015
1 parent d5f3cba commit c9ad72c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netwerk/base/nsIncrementalDownload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@
#include "nsIInterfaceRequestor.h"
#include "nsIObserverService.h"
#include "nsIObserver.h"
#include "nsIStreamListener.h"
#include "nsIFile.h"
#include "nsITimer.h"
#include "nsIURI.h"
#include "nsIInputStream.h"
#include "nsNetUtil.h"
#include "nsAutoPtr.h"
#include "nsWeakReference.h"
Expand Down
2 changes: 2 additions & 0 deletions netwerk/base/nsSimpleNestedURI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

#include "base/basictypes.h"

#include "nsNetCID.h"
#include "nsNetUtil.h"
#include "nsSimpleNestedURI.h"
#include "nsIObjectInputStream.h"
#include "nsIObjectOutputStream.h"
Expand Down

0 comments on commit c9ad72c

Please sign in to comment.