commit | a1b9bd901f42b3098c76d8459b13932625df010d | [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 | faa14b94d5a6d0c3d429516bf226b9836f65da91 [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"