aboutsummaryrefslogtreecommitdiff
path: root/cc/aead_key_templates.h
diff options
context:
space:
mode:
authorBartosz Przydatek <przydatek@google.com>2018-03-16 12:45:04 -0700
committerThai Duong <thaidn@google.com>2018-03-18 11:12:31 -0400
commit3cd626904c92319a07142e0ed82a0206350be93b (patch)
tree94f438cc72e872710d9087aa9ec9373c5259e644 /cc/aead_key_templates.h
parent6bb0535b05eb33d4012d8baaa317da5aa12acc38 (diff)
downloadtink-3cd626904c92319a07142e0ed82a0206350be93b.tar.gz
Fixing C++ include-paths.
PiperOrigin-RevId: 189379168 GitOrigin-RevId: 2524f3b25fbaa08011b512a2730265435f48db37
Diffstat (limited to 'cc/aead_key_templates.h')
-rw-r--r--cc/aead_key_templates.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/aead_key_templates.h b/cc/aead_key_templates.h
index a6b883ad3..3cf6b0b23 100644
--- a/cc/aead_key_templates.h
+++ b/cc/aead_key_templates.h
@@ -17,6 +17,6 @@
#ifndef TINK_AEAD_KEY_TEMPLATES_H_
#define TINK_AEAD_KEY_TEMPLATES_H_
-#include "cc/aead/aead_key_templates.h" // IWYU pragma: export
+#include "tink/aead/aead_key_templates.h" // IWYU pragma: export
#endif // TINK_AEAD_KEY_TEMPLATES_H_