aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/default/dynamic_annotations.h
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-26 14:10:13 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-26 14:29:50 -0800
commit46b108c8a606fde8654e4177d72001aa31138906 (patch)
treef36f0aded37cc7d5b0349b60cceb1473783835b5 /tensorflow/core/platform/default/dynamic_annotations.h
parent6d2a4182ff6d6fbb1b209037ab0df87ecd884ad5 (diff)
Remove THIRD_PARTY_ prefix from #include guards.
Change: 113094744
Diffstat (limited to 'tensorflow/core/platform/default/dynamic_annotations.h')
-rw-r--r--tensorflow/core/platform/default/dynamic_annotations.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/core/platform/default/dynamic_annotations.h b/tensorflow/core/platform/default/dynamic_annotations.h
index 9aa6022478..a3b33039d4 100644
--- a/tensorflow/core/platform/default/dynamic_annotations.h
+++ b/tensorflow/core/platform/default/dynamic_annotations.h
@@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#ifndef THIRD_PARTY_TENSORFLOW_CORE_PLATFORM_DEFAULT_DYNAMIC_ANNOTATIONS_H_
-#define THIRD_PARTY_TENSORFLOW_CORE_PLATFORM_DEFAULT_DYNAMIC_ANNOTATIONS_H_
+#ifndef TENSORFLOW_CORE_PLATFORM_DEFAULT_DYNAMIC_ANNOTATIONS_H_
+#define TENSORFLOW_CORE_PLATFORM_DEFAULT_DYNAMIC_ANNOTATIONS_H_
// IWYU pragma: private, include "third_party/tensorflow/core/platform/mem.h"
// IWYU pragma: friend third_party/tensorflow/core/platform/mem.h
@@ -24,4 +24,4 @@ limitations under the License.
do { \
} while (0)
-#endif // THIRD_PARTY_TENSORFLOW_CORE_PLATFORM_DEFAULT_DYNAMIC_ANNOTATIONS_H_
+#endif // TENSORFLOW_CORE_PLATFORM_DEFAULT_DYNAMIC_ANNOTATIONS_H_