Bug 803282: utilmod.c does not need to include pkcs11t.h and secitem.h.
r=emaldona. Modified Files: utilmod.c utilpars.h git-svn-id: svn://10.0.0.236/trunk@264376 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -18,8 +18,7 @@
|
||||
|
||||
#include "prprf.h"
|
||||
#include "prsystem.h"
|
||||
#include "pkcs11t.h"
|
||||
#include "secitem.h"
|
||||
#include "secport.h"
|
||||
#include "utilpars.h"
|
||||
#include "secerr.h"
|
||||
#if defined (_WIN32)
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#define _UTILPARS_H_ 1
|
||||
|
||||
#include "utilparst.h"
|
||||
#include "plarena.h"
|
||||
|
||||
/* handle a module db request */
|
||||
char ** NSSUTIL_DoModuleDBFunction(unsigned long function,char *parameters, void *args);
|
||||
|
||||
Reference in New Issue
Block a user