Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 624877734
  • Loading branch information
happyCoder92 authored and copybara-github committed Apr 15, 2024
1 parent 3db8cd9 commit 735315f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cc/util/secret_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
#define TINK_UTIL_SECRET_DATA_H_

#include <cstddef>
#include <cstdint>
#include <cstdint> // IWYU pragma: keep
#include <memory>
#include <string>
#include <type_traits>
#include <vector>
#include <vector> // IWYU pragma: keep

#include "absl/strings/string_view.h"
#include "tink/util/secret_data_internal.h"
Expand Down

0 comments on commit 735315f

Please sign in to comment.