aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext/grpc/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/php/ext/grpc/channel.h')
-rwxr-xr-xsrc/php/ext/grpc/channel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/php/ext/grpc/channel.h b/src/php/ext/grpc/channel.h
index 2c79668a4d..c13fa4c6d7 100755
--- a/src/php/ext/grpc/channel.h
+++ b/src/php/ext/grpc/channel.h
@@ -38,12 +38,12 @@
#include "config.h"
#endif
-#include "php.h"
-#include "php_ini.h"
-#include "ext/standard/info.h"
+#include <php.h>
+#include <php_ini.h>
+#include <ext/standard/info.h>
#include "php_grpc.h"
-#include "grpc/grpc.h"
+#include <grpc/grpc.h>
/* Class entry for the PHP Channel class */
extern zend_class_entry *grpc_ce_channel;