summaryrefslogtreecommitdiff
path: root/security/keymint/support/keymint_utils.cpp
diff options
context:
space:
mode:
authorShawn Willden <swillden@google.com>2020-12-09 14:18:44 -0700
committerShawn Willden <swillden@google.com>2020-12-13 23:48:10 -0700
commit1d3f85e89195755bb817c91d13fdb40f268f79b7 (patch)
treed7fb69f8b2211de207e30611c7c3156a9a8b19c9 /security/keymint/support/keymint_utils.cpp
parent08a7e43e78b7b2715f0153e812297e98245916b3 (diff)
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
Diffstat (limited to 'security/keymint/support/keymint_utils.cpp')
-rw-r--r--security/keymint/support/keymint_utils.cpp7
1 files changed, 4 insertions, 3 deletions
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 <regex.h>
+#include <arpa/inet.h>
+
#include <android-base/properties.h>
#include <hardware/hw_auth_token.h>
-#include <keymint_support/keymint_utils.h>
-#include <arpa/inet.h>
+#include <keymint_support/keymint_utils.h>
namespace android::hardware::security::keymint {