aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common/create_auth_context.h
diff options
context:
space:
mode:
authorGravatar ahedberg <ahedberg@google.com>2016-03-28 17:28:19 -0400
committerGravatar ahedberg <ahedberg@google.com>2016-03-28 17:28:19 -0400
commite72454cfa99e547fe0fbc411adb9c51962f11a28 (patch)
tree883815a6b05dadac0f14ea2b3594cf711f15cc08 /src/cpp/common/create_auth_context.h
parentc86de00900f905bfde77184281f02cd190f1aa1a (diff)
parente5cc05b5c6cee7026a0d28d39925621451506820 (diff)
merge to take src/core componentization into account
Diffstat (limited to 'src/cpp/common/create_auth_context.h')
-rw-r--r--src/cpp/common/create_auth_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpp/common/create_auth_context.h b/src/cpp/common/create_auth_context.h
index 4f3da397ba..c53055503f 100644
--- a/src/cpp/common/create_auth_context.h
+++ b/src/cpp/common/create_auth_context.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,8 +32,8 @@
*/
#include <memory>
-#include <grpc/grpc.h>
#include <grpc++/security/auth_context.h>
+#include <grpc/grpc.h>
namespace grpc {