commit | 175a7206c5aea70236b916d7707ab25025eb9cd6 | [log] [tgz] |
---|---|---|
author | Brian Anderson <brianderson@google.com> | Mon Oct 10 16:52:56 2016 -0700 |
committer | Brian Anderson <brianderson@google.com> | Thu Jan 12 10:40:55 2017 -0800 |
tree | a1dc76f1ffe58f2717f64eb3c354559c2035abfa | |
parent | 3da8d2748580b2575e368e203ce2c7f8d34dea05 [diff] [blame] |
Clean up Fence a little. Test: Cleanup patch only. Fences still work. Change-Id: I65e5cdf5e3c067bc475c085ab6d3577d9753231c
diff --git a/libs/ui/FenceTime.cpp b/libs/ui/FenceTime.cpp index edcec99..8106b16 100644 --- a/libs/ui/FenceTime.cpp +++ b/libs/ui/FenceTime.cpp
@@ -17,6 +17,7 @@ #include <ui/FenceTime.h> #include <cutils/compiler.h> // For CC_[UN]LIKELY +#include <utils/Log.h> #include <inttypes.h> #include <stdlib.h>