diff options
author | 2016-10-10 16:52:56 -0700 | |
---|---|---|
committer | 2017-01-12 10:40:55 -0800 | |
commit | 175a7206c5aea70236b916d7707ab25025eb9cd6 (patch) | |
tree | a1dc76f1ffe58f2717f64eb3c354559c2035abfa /libs/ui/Fence.cpp | |
parent | 3da8d2748580b2575e368e203ce2c7f8d34dea05 (diff) |
Clean up Fence a little.
Test: Cleanup patch only. Fences still work.
Change-Id: I65e5cdf5e3c067bc475c085ab6d3577d9753231c
Diffstat (limited to 'libs/ui/Fence.cpp')
-rw-r--r-- | libs/ui/Fence.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/ui/Fence.cpp b/libs/ui/Fence.cpp index a1dda3a475..02d4137203 100644 --- a/libs/ui/Fence.cpp +++ b/libs/ui/Fence.cpp @@ -14,6 +14,8 @@ * limitations under the License. */ +#include <ui/Fence.h> + #define LOG_TAG "Fence" #define ATRACE_TAG ATRACE_TAG_GRAPHICS //#define LOG_NDEBUG 0 @@ -25,9 +27,10 @@ #include <sync/sync.h> #pragma clang diagnostic pop -#include <ui/Fence.h> +#include <sys/types.h> #include <unistd.h> #include <utils/Log.h> +#include <utils/String8.h> #include <utils/Trace.h> namespace android { |