Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fc4bbb6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove unused include Util.h." am: e42d6d0b

parents 91b8d6b0 e42d6d0b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 {