aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/support/slice.h
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-03-25 16:11:38 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-03-25 16:11:38 -0700
commitf6a87f89129b2b188e35bce1759a7617cf2ceed1 (patch)
tree1b8062dc54673b03eae564c6270ca37848bbced7 /include/grpc++/support/slice.h
parent3bd0b99c58c94e57aa6bff43b6d024e1b555209f (diff)
parentd1fce837f2c778b2573e29a400bbb572ca949edf (diff)
Merge pull request #5895 from ctiller/clang_fmt_upd
Update clang-format to 3.8
Diffstat (limited to 'include/grpc++/support/slice.h')
-rw-r--r--include/grpc++/support/slice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/support/slice.h b/include/grpc++/support/slice.h
index 724691a033..6251a8bcde 100644
--- a/include/grpc++/support/slice.h
+++ b/include/grpc++/support/slice.h
@@ -34,8 +34,8 @@
#ifndef GRPCXX_SUPPORT_SLICE_H
#define GRPCXX_SUPPORT_SLICE_H
-#include <grpc/support/slice.h>
#include <grpc++/support/config.h>
+#include <grpc/support/slice.h>
namespace grpc {