aboutsummaryrefslogtreecommitdiff
path: root/cc/primitive_set.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/primitive_set.h
parent6bb0535b05eb33d4012d8baaa317da5aa12acc38 (diff)
downloadtink-3cd626904c92319a07142e0ed82a0206350be93b.tar.gz
Fixing C++ include-paths.
PiperOrigin-RevId: 189379168 GitOrigin-RevId: 2524f3b25fbaa08011b512a2730265435f48db37
Diffstat (limited to 'cc/primitive_set.h')
-rw-r--r--cc/primitive_set.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/primitive_set.h b/cc/primitive_set.h
index fafd9be62..feacd0ce1 100644
--- a/cc/primitive_set.h
+++ b/cc/primitive_set.h
@@ -21,9 +21,9 @@
#include <unordered_map>
#include <vector>
-#include "cc/crypto_format.h"
-#include "cc/util/errors.h"
-#include "cc/util/statusor.h"
+#include "tink/crypto_format.h"
+#include "tink/util/errors.h"
+#include "tink/util/statusor.h"
#include "proto/tink.pb.h"
namespace crypto {