Fix include style mixup.

"" for local, <> for system
This commit is contained in:
Bill Currie 2011-06-19 21:39:35 +09:00
parent 765b9ebb65
commit fb9a095586
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif
#ifdef HAVE_STRING_H
# include <string.h>

View File

@ -27,7 +27,7 @@
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif
#ifdef HAVE_STRING_H
# include <string.h>