From 61e8bea620b855d53e08040daf2af99fd194c04a Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Thu, 4 Jan 2001 06:02:43 +0000 Subject: [PATCH] Removed unnecessary inclusion of secder.h. (The #include "secder.h" in cms.h was probably cut and pasted from secpkcs7.h, which was added in rev. 1.3 of secpkcs7.h in the Netscape internal /m/src cvs repository in 11/1996.) Modified files: secpkcs7.h, cms.h git-svn-id: svn://10.0.0.236/trunk@84362 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/pkcs7/secpkcs7.h | 3 +-- mozilla/security/nss/lib/smime/cms.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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"