From a1b9bd901f42b3098c76d8459b13932625df010d Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 16 May 2016 17:55:27 -0700 Subject: [PATCH] Don't include . We're not using it. Change-Id: Ic128cf9297e1627c839c48f1954c19d7070654d7 --- libpixelflinger/scanline.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libpixelflinger/scanline.cpp b/libpixelflinger/scanline.cpp index f48e1d03a..aa1836053 100644 --- a/libpixelflinger/scanline.cpp +++ b/libpixelflinger/scanline.cpp @@ -26,10 +26,6 @@ #include #include -#ifdef __arm__ -#include -#endif - #include "buffer.h" #include "scanline.h"