From: Julian Seward Date: Sat, 11 Jun 2005 10:23:41 +0000 (+0000) Subject: Remove use of vki_unistd.h -- not needed, and coregrind/amd64/state.c X-Git-Tag: svn/VALGRIND_3_0_0~431 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1d293c0ffccb315561241eb4cab4099e15f4140;p=thirdparty%2Fvalgrind.git Remove use of vki_unistd.h -- not needed, and coregrind/amd64/state.c doesn't include it. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3887 --- diff --git a/coregrind/x86/state.c b/coregrind/x86/state.c index 476459c9d1..7bbb5d17e8 100644 --- a/coregrind/x86/state.c +++ b/coregrind/x86/state.c @@ -32,7 +32,6 @@ #include "pub_core_libcbase.h" #include "pub_core_libcassert.h" #include "pub_core_tooliface.h" -#include "vki_unistd.h" #include #include "libvex_guest_x86.h"