aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext/grpc/server.h
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-04-01 15:29:44 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-04-01 15:29:44 -0700
commit8242ba74e35d40b6ac1759b7dd4f5770d7ed57ae (patch)
treeba5a0bb7a6fecdf5a3ee03867361af562cf34692 /src/php/ext/grpc/server.h
parentc7439042b147e0a47023c1b709900daee70860cf (diff)
Made external header includes use angle brackets
Diffstat (limited to 'src/php/ext/grpc/server.h')
-rwxr-xr-xsrc/php/ext/grpc/server.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/php/ext/grpc/server.h b/src/php/ext/grpc/server.h
index ebb8d25ae1..a2ee2ff5a9 100755
--- a/src/php/ext/grpc/server.h
+++ b/src/php/ext/grpc/server.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 Server PHP class */
extern zend_class_entry *grpc_ce_server;