Skip to content

Commit 4a2bf56

Browse files
committed
Minor header cleanup
1 parent ea4bf38 commit 4a2bf56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ext/dba/libinifile/inifile.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@
1414
+----------------------------------------------------------------------+
1515
*/
1616

17-
/* $Id$ */
18-
1917
#ifdef HAVE_CONFIG_H
2018
#include "config.h"
2119
#endif
2220

23-
#include "php.h"
24-
#include "php_globals.h"
21+
#include "inifile.h"
2522

2623
#include <stdlib.h>
2724
#include <string.h>
@@ -30,7 +27,10 @@
3027
#include <unistd.h>
3128
#endif
3229

33-
#include "inifile.h"
30+
#include "zend_alloc.h"
31+
#include "php_streams.h"
32+
#include "spprintf.h"
33+
#include "php.h"
3434

3535
/* ret = -1 means that database was opened for read-only
3636
* ret = 0 success

0 commit comments

Comments
 (0)