From bcc01a4bd2964eb1d582b716814c9382d7f93771 Mon Sep 17 00:00:00 2001 From: "scc%mozilla.org" Date: Sun, 25 Mar 2001 21:33:50 +0000 Subject: [PATCH] remove hidden depencies, sr=shaver --- netwerk/cache/src/nsCache.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netwerk/cache/src/nsCache.h b/netwerk/cache/src/nsCache.h index c43d1ccd97b..b532829c2cd 100644 --- a/netwerk/cache/src/nsCache.h +++ b/netwerk/cache/src/nsCache.h @@ -31,6 +31,8 @@ #define _nsCache_h_ #include "nsAReadableString.h" +#include "prtime.h" +#include "nsError.h" #if 0 // Convert PRTime to unix-style time_t, i.e. seconds since the epoch