aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/server.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-19 09:52:18 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-19 09:52:18 -0700
commit5b1c5f22f4cce36028346b11aa85767a03e62c02 (patch)
tree161630102524c8ce04904b36e0a86f0a25aa705a /src/node/ext/server.h
parent7366fe6df380f1860c32b656e778ad33dbc4c5b3 (diff)
Extend clang-format to C#, Node, Ruby
Diffstat (limited to 'src/node/ext/server.h')
-rw-r--r--src/node/ext/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/ext/server.h b/src/node/ext/server.h
index c0f2e86554..2d8cb4c444 100644
--- a/src/node/ext/server.h
+++ b/src/node/ext/server.h
@@ -34,8 +34,8 @@
#ifndef NET_GRPC_NODE_SERVER_H_
#define NET_GRPC_NODE_SERVER_H_
-#include <node.h>
#include <nan.h>
+#include <node.h>
#include "grpc/grpc.h"
namespace grpc {