commit | 9b133ca9f089e979c0c5ed7f90f274e866b77968 | [log] [tgz] |
---|---|---|
author | Alec Mouri <alecmouri@google.com> | Tue Nov 14 19:00:01 2023 +0000 |
committer | Alec Mouri <alecmouri@google.com> | Tue Nov 14 22:03:49 2023 +0000 |
tree | e094c4483a34e8b15e1e3c75c08e3d259629afda | |
parent | 0648e7ba8134a827ee24062b8b3dfdf83857af33 [diff] [blame] |
Revert^2 "Move FlagManager to a common SF lib" 27a51323615008f4ec2b87e8f066591b5041516a Change-Id: I45461ab916c1c61710b18ec8078c2a939c793b67
diff --git a/services/surfaceflinger/Scheduler/EventThread.cpp b/services/surfaceflinger/Scheduler/EventThread.cpp index 7f627f8..693a357 100644 --- a/services/surfaceflinger/Scheduler/EventThread.cpp +++ b/services/surfaceflinger/Scheduler/EventThread.cpp
@@ -43,9 +43,9 @@ #include <utils/Errors.h> #include <utils/Trace.h> +#include <common/FlagManager.h> #include <scheduler/VsyncConfig.h> #include "DisplayHardware/DisplayMode.h" -#include "FlagManager.h" #include "FrameTimeline.h" #include "VSyncDispatch.h" #include "VSyncTracker.h"