commit | 56ddeceb5908d924fa085035a8efd04aa204d420 | [log] [tgz] |
---|---|---|
author | Alessio Balsini <balsini@google.com> | Mon Oct 28 15:06:31 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 28 15:06:31 2019 -0700 |
tree | 7905a1f6ea859e64b0df0a92d35d17e57fc2f878 | |
parent | 9230f7e7fa694e6f00408c1935c3f456cd96d64e [diff] | |
parent | b4c7c410e76dee55e1f3f099fd610e82f1dd7d09 [diff] |
Merge "pragma once for header file" am: 85f5a4449c am: 5310ca2aa6 am: e3011e03b8 Change-Id: I90a99274e996daf4d6e870e73fbd5566f03cebf9
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>