From 70f0be381107727eb5ee36b2dfe57645cb95dcf3 Mon Sep 17 00:00:00 2001 From: Alessio Balsini Date: Mon, 28 Oct 2019 15:36:21 +0000 Subject: [PATCH] pragma once for header file Add missing "#pragma once" to header file. Bug: none Test: build Change-Id: I9ea248686dc2affc8ba093c58a2660505f5cc8de Signed-off-by: Alessio Balsini --- fs_mgr/libsnapshot/dm_snapshot_internals.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs_mgr/libsnapshot/dm_snapshot_internals.h b/fs_mgr/libsnapshot/dm_snapshot_internals.h index 4903de1ec..fef256d03 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 #include