commit | e5426215eb5d8468c32d14c38ca776d8683ffe28 | [log] [tgz] |
---|---|---|
author | Alessio Balsini <balsini@google.com> | Mon Oct 28 15:36:21 2019 +0000 |
committer | Alessio Balsini <balsini@google.com> | Mon Oct 28 16:38:35 2019 +0000 |
tree | 51f2e7eb6a906785202c3488b557cb02b1fbd71d | |
parent | 04e498f64007f704c511f171e42a6dcd7b5e8058 [diff] |
pragma once for header file Add missing "#pragma once" to header file. Bug: none Test: build Change-Id: I9ea248686dc2affc8ba093c58a2660505f5cc8de Signed-off-by: Alessio Balsini <balsini@google.com>
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>