commit | 92b4df75bcb8a2ff4654320cd2a82bdfb5437fb6 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon May 16 17:55:27 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon May 16 17:55:27 2016 -0700 |
tree | 10df97b009dd235a20b67e65d0c0d38c69befefb | |
parent | e4e6a9c08ad7a7c0d30d3c35aced4a9145665e97 [diff] |
Don't include <machine/cpu-features.h>. We're not using it. Change-Id: Ic128cf9297e1627c839c48f1954c19d7070654d7
diff --git a/libpixelflinger/scanline.cpp b/libpixelflinger/scanline.cpp index f48e1d0..aa18360 100644 --- a/libpixelflinger/scanline.cpp +++ b/libpixelflinger/scanline.cpp
@@ -26,10 +26,6 @@ #include <cutils/memory.h> #include <cutils/log.h> -#ifdef __arm__ -#include <machine/cpu-features.h> -#endif - #include "buffer.h" #include "scanline.h"