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

Commit e42d6d0b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove unused include Util.h."

parents 0ea6e013 c85172b2
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 {