mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Remove unused include Util.h.
Util.h is not used in ComposerServiceWriter so it should not be included. Otherwise when using ComposerServiceWriter, Util.h is not found in the local directory. Bug: 255623263 Test: m Test: flashall to device Change-Id: I4ce57b37d6a9a899d114e5ac64d443cfa51d826a Merged-In: I4ce57b37d6a9a899d114e5ac64d443cfa51d826a
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
#include <aidl/android/hardware/graphics/composer3/CommandResultPayload.h>
|
||||
#include <aidl/android/hardware/graphics/composer3/IComposerClient.h>
|
||||
#include <android-base/logging.h>
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -26,8 +27,6 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "Util.h"
|
||||
|
||||
namespace aidl::android::hardware::graphics::composer3::impl {
|
||||
|
||||
class ComposerServiceWriter {
|
||||
|
||||
Reference in New Issue
Block a user