]> granicus.if.org Git - php/commitdiff
MFH
authorIlia Alshanetsky <iliaa@php.net>
Wed, 15 Jan 2003 00:52:20 +0000 (00:52 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 15 Jan 2003 00:52:20 +0000 (00:52 +0000)
ext/cpdf/cpdf.c
ext/cpdf/php_cpdf.h

index 3a98239c1637dfea3c5e1c3bdd03ba4c0a78cccd..25512d02f8b4cc3a29bf0feeca5f86ba0f348d92 100644 (file)
@@ -41,6 +41,8 @@
 #include <gd.h>
 #endif
 
+#include <cpdflib.h>
+
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif
index 45dda34f7d0a4d1098755697f5a539ff5909ddb0..1207511e60a40095b328c72d171fd21b08b1bfdd 100644 (file)
@@ -29,8 +29,6 @@
 #undef T
 #endif
 
-#include <cpdflib.h>
-
 extern zend_module_entry cpdf_module_entry;
 #define cpdf_module_ptr &cpdf_module_entry