reordered headers

git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@334205 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anatol Belski
2014-07-08 17:22:05 +00:00
parent 0106118ef6
commit b9b08bf199
2 changed files with 10 additions and 6 deletions

View File

@@ -12,13 +12,15 @@
#include "config.h"
#endif
#include <rrd.h>
#include "php.h"
#include "rrd_create.h"
#include "php_rrd.h"
#include "zend_exceptions.h"
#include "ext/standard/php_array.h"
#include <rrd.h>
#include "php_rrd.h"
#include "rrd_create.h"
/* declare class entry */
static zend_class_entry *ce_rrd_create;
/* declare class handlers */

View File

@@ -12,13 +12,15 @@
#include "config.h"
#endif
#include <rrd.h>
#include "php.h"
#include "php_rrd.h"
#include "rrd_update.h"
#include "zend_exceptions.h"
#include "ext/standard/php_smart_str.h"
#include <rrd.h>
#include "php_rrd.h"
#include "rrd_update.h"
/* declare class entry */
static zend_class_entry *ce_rrd_update;
/* declare class handlers */