summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-10-08 14:22:04 +0000
committerwtc%netscape.com <devnull@localhost>1999-10-08 14:22:04 +0000
commit3b1309d897e4a360c1d165e718c663647eb2d252 (patch)
treedc746e025d8dd31b7631c830cd67279f26502c1c
parent172bf6479600f157f63412c3d4f43dbf91decb36 (diff)
downloadnspr-hg-3b1309d897e4a360c1d165e718c663647eb2d252.tar.gz
Just need to include primpl.h because it subsumes all NSPR header files.
-rw-r--r--pr/src/memory/prshma.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/pr/src/memory/prshma.c b/pr/src/memory/prshma.c
index c546f667..7ea1fb42 100644
--- a/pr/src/memory/prshma.c
+++ b/pr/src/memory/prshma.c
@@ -22,12 +22,7 @@
**
*/
-#include "prtypes.h"
-#include "prshma.h"
-#include "prlog.h"
-#include "prio.h"
-#include "prprf.h"
-#include "private/primpl.h"
+#include "primpl.h"
extern PRLogModuleInfo *_pr_shma_lm;