aboutsummaryrefslogtreecommitdiff
path: root/cc/tink_config.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/tink_config.h
parent6bb0535b05eb33d4012d8baaa317da5aa12acc38 (diff)
downloadtink-3cd626904c92319a07142e0ed82a0206350be93b.tar.gz
Fixing C++ include-paths.
PiperOrigin-RevId: 189379168 GitOrigin-RevId: 2524f3b25fbaa08011b512a2730265435f48db37
Diffstat (limited to 'cc/tink_config.h')
-rw-r--r--cc/tink_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/tink_config.h b/cc/tink_config.h
index cb5c90ffd..4c63c7332 100644
--- a/cc/tink_config.h
+++ b/cc/tink_config.h
@@ -17,6 +17,6 @@
#ifndef TINK_TINK_CONFIG_H_
#define TINK_TINK_CONFIG_H_
-#include "cc/config/tink_config.h" // IWYU pragma: export
+#include "tink/config/tink_config.h" // IWYU pragma: export
#endif // TINK_TINK_CONFIG_H_