summaryrefslogtreecommitdiff
path: root/security/keymint/support/keymint_utils.cpp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-12-14 14:30:10 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-12-14 14:30:10 +0000
commit5fb746bc9fb2f5529f61aae855d4c446ce525ff0 (patch)
treef30f2ea680a2f079d4da89dd918a0a889a6d5155 /security/keymint/support/keymint_utils.cpp
parent6c1dd664422552206f3d3f119ede5b437e66e42b (diff)
parent1d3f85e89195755bb817c91d13fdb40f268f79b7 (diff)
Merge "Various cleanups"
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 {