Merge "Remove unused include Util.h."

This commit is contained in:
Treehugger Robot
2022-11-02 18:57:18 +00:00
committed by Gerrit Code Review

View File

@@ -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 {