Skip to content

Commit

Permalink
Bug 928052 - Remove some prtypes.h inclusions from netwerk/; r=mcmanus
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan committed Oct 18, 2013
1 parent 4a806c6 commit a5d0d68
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion netwerk/base/src/nsURLParsers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include "nsURLParsers.h"
#include "nsURLHelper.h"
#include "prtypes.h"
#include "nsString.h"
#include "nsCRT.h"

Expand Down
1 change: 0 additions & 1 deletion netwerk/cache/nsDiskCacheDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
// XXX add necessary include file for ftruncate (or equivalent)
#endif

#include "prtypes.h"
#include "prthread.h"
#include "prbit.h"

Expand Down
1 change: 0 additions & 1 deletion netwerk/cache/nsDiskCacheMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "mozilla/MemoryReporting.h"
#include <limits.h>

#include "prtypes.h"
#include "prnetdb.h"
#include "nsDebug.h"
#include "nsError.h"
Expand Down
1 change: 0 additions & 1 deletion netwerk/mime/nsMIMEHeaderParamImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#include <string.h>
#include "prtypes.h"
#include "prmem.h"
#include "prprf.h"
#include "plstr.h"
Expand Down
1 change: 0 additions & 1 deletion netwerk/socket/nsSOCKSIOLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#ifndef nsSOCKSIOLayer_h__
#define nsSOCKSIOLayer_h__

#include "prtypes.h"
#include "prio.h"
#include "nscore.h"

Expand Down

0 comments on commit a5d0d68

Please sign in to comment.