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

Commit 5aab466a authored by Fedor Kudasov's avatar Fedor Kudasov Committed by Android (Google) Code Review
Browse files

Merge "Rearrange some headers"

parents c21c005b bc409cf1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@
#include <system/window.h>

#include <FrameInfo.h>
#include <IContextFactory.h>
#include <Picture.h>
#include <Properties.h>
#include <RootRenderNode.h>
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@

#include "RootRenderNode.h"

#include <utils/Looper.h>

namespace android::uirenderer {

class FinishAndInvokeListener : public MessageHandler {
+1 −2
Original line number Diff line number Diff line
@@ -16,13 +16,12 @@

#pragma once

#include <utils/Looper.h>

#include <set>
#include <vector>

#include "AnimationContext.h"
#include "Animator.h"
#include <IContextFactory.h>
#include "PropertyValuesAnimatorSet.h"
#include "RenderNode.h"

+0 −2
Original line number Diff line number Diff line
@@ -30,8 +30,6 @@
#include "utils/TimeUtils.h"
#include "utils/TraceUtils.h"

#include <ui/GraphicBuffer.h>

namespace android {
namespace uirenderer {
namespace renderthread {