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
This commit is contained in:
wtc%netscape.com 2001-01-04 06:02:43 +00:00
parent 51855c1721
commit 61e8bea620
2 changed files with 2 additions and 4 deletions

View File

@ -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"

View File

@ -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"