aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/server.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-19 14:37:56 -0700
committerGravatar GitHub <noreply@github.com>2017-04-19 14:37:56 -0700
commit79fda0a910b123b42dacb9fbee5ef6f7b9f298c1 (patch)
tree067ca06e5f4b9289ed2e9a67c86d918365c1c3ce /src/node/ext/server.h
parent48ca9e5ff4c144c6079240f679604438d58723b4 (diff)
parent5b1c5f22f4cce36028346b11aa85767a03e62c02 (diff)
Merge pull request #10732 from ctiller/formatz
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 {