commit | 25f755d9bfe8773f7b437906b18cce9705c171ce | [log] [tgz] |
---|---|---|
author | Yifan Hong <[email protected]> | Thu Jan 12 14:50:57 2023 -0800 |
committer | Yifan Hong <[email protected]> | Thu Jan 12 14:51:06 2023 -0800 |
tree | 47d0829da4f0e0bd6b998526bead004d96ba548d | |
parent | c60a0bd4848bbe22a31dd36b2ea18ecbafed7362 [diff] |
IWYU: FQName. Test: TH Bug: 264267049 Change-Id: Ifb48d65611dc7958634b82311454e785fecc43f3
diff --git a/Vintf.cpp b/Vintf.cpp index afb19c7..b4f9f2e 100644 --- a/Vintf.cpp +++ b/Vintf.cpp
@@ -20,8 +20,9 @@ #include "Vintf.h" #include <android-base/logging.h> -#include <vintf/parse_string.h> +#include <hidl-util/FQName.h> #include <vintf/VintfObject.h> +#include <vintf/parse_string.h> namespace android { namespace hardware {