mirror of
https://github.com/php-win-ext/pecl-processing-rrd.git
synced 2026-03-24 00:52:13 +01:00
reordered headers
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@334205 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user