From 1d3f85e89195755bb817c91d13fdb40f268f79b7 Mon Sep 17 00:00:00 2001 From: Shawn Willden Date: Wed, 9 Dec 2020 14:18:44 -0700 Subject: Various cleanups Mostly just removal of old-style #include guards in favor of #pragm once, reorganization of header includes, correction of copyright years, etc. Test: VtsAidlKeyMintTargetTest Change-Id: I070584ecec550a2f133b1c19f36f99e7b5544e7c --- security/keymint/support/keymint_utils.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'security/keymint/support/keymint_utils.cpp') diff --git a/security/keymint/support/keymint_utils.cpp b/security/keymint/support/keymint_utils.cpp index cd4cca222a..63606f4096 100644 --- a/security/keymint/support/keymint_utils.cpp +++ b/security/keymint/support/keymint_utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 The Android Open Source Project + * Copyright (C) 2020 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,11 +16,12 @@ #include +#include + #include #include -#include -#include +#include namespace android::hardware::security::keymint { -- cgit v1.2.3