Bugzilla bug 111574: standard header files should be included with

#include <foo.h>, not #include "foo.h".  Thanks to Roland Mainz
<Roland.Mainz@informatik.med.uni-giessen.de> for the patch.  r=wtc.
Modified files: signtool.h jar.h


git-svn-id: svn://10.0.0.236/trunk@109645 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com 2001-12-04 18:36:58 +00:00
parent a99ecbbd86
commit d6278cf4d9
2 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include "errno.h"
#include "prprf.h"
#include "prio.h"
#include "secutil.h"

View File

@ -55,7 +55,7 @@
#endif
#endif
#include "stdio.h"
#include <stdio.h>
/* various types */