diff --git a/mozilla/security/nss/lib/pkcs7/secpkcs7.h b/mozilla/security/nss/lib/pkcs7/secpkcs7.h index 1725f197f56..b379bc794d9 100644 --- a/mozilla/security/nss/lib/pkcs7/secpkcs7.h +++ b/mozilla/security/nss/lib/pkcs7/secpkcs7.h @@ -34,7 +34,7 @@ /* * Interface to the PKCS7 implementation. * - * $Id: secpkcs7.h,v 1.2 2001-01-04 00:44:27 wtc%netscape.com Exp $ + * $Id: secpkcs7.h,v 1.3 2001-01-04 06:02:39 wtc%netscape.com Exp $ */ #ifndef _SECPKCS7_H_ @@ -43,7 +43,6 @@ #include "seccomon.h" #include "secoidt.h" -#include "secder.h" /* needed by certt.h; XXX go away when possible */ #include "certt.h" #include "keyt.h" #include "hasht.h" diff --git a/mozilla/security/nss/lib/smime/cms.h b/mozilla/security/nss/lib/smime/cms.h index a9bedae00aa..81d77fd9267 100644 --- a/mozilla/security/nss/lib/smime/cms.h +++ b/mozilla/security/nss/lib/smime/cms.h @@ -34,7 +34,7 @@ /* * Interfaces of the CMS implementation. * - * $Id: cms.h,v 1.7 2001-01-04 00:44:29 wtc%netscape.com Exp $ + * $Id: cms.h,v 1.8 2001-01-04 06:02:43 wtc%netscape.com Exp $ */ #ifndef _CMS_H_ @@ -43,7 +43,6 @@ #include "seccomon.h" #include "secoidt.h" -#include "secder.h" /* needed by certt.h; XXX go away when possible */ #include "certt.h" #include "keyt.h" #include "hasht.h"