commit | 85f5a4449cbb13205ceeaf5f3cb04759a40169f8 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Oct 28 21:34:01 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 28 21:34:01 2019 +0000 |
tree | 7905a1f6ea859e64b0df0a92d35d17e57fc2f878 | |
parent | 23a3dceaa5fed9dce69e827886ada11799f85f3e [diff] | |
parent | 70f0be381107727eb5ee36b2dfe57645cb95dcf3 [diff] |
Merge "pragma once for header file"
diff --git a/fs_mgr/libsnapshot/dm_snapshot_internals.h b/fs_mgr/libsnapshot/dm_snapshot_internals.h index 4903de1..fef256d 100644 --- a/fs_mgr/libsnapshot/dm_snapshot_internals.h +++ b/fs_mgr/libsnapshot/dm_snapshot_internals.h
@@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +#pragma once + #include <stdint.h> #include <vector>