From: Alex Bennée <alex.bennee@linaro.org> Date: Tue, 10 Apr 2018 14:16:45 +0000 (+0100) Subject: tests/tcg/i386: fix test-i386 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9ae02bf889649f39d45ecfdfbb6ee308465cfd05;p=qemu.git tests/tcg/i386: fix test-i386 We don't include anything from qemu itself for the build. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> --- diff --git a/tests/tcg/i386/test-i386.c b/tests/tcg/i386/test-i386.c index 9599204895..cae6a7773a 100644 --- a/tests/tcg/i386/test-i386.c +++ b/tests/tcg/i386/test-i386.c @@ -17,7 +17,6 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #define _GNU_SOURCE -#include "qemu/compiler.h" #include <stdlib.h> #include <stdio.h> #include <string.h>