|
From: <sv...@va...> - 2005-06-11 10:24:04
|
Author: sewardj Date: 2005-06-11 11:23:41 +0100 (Sat, 11 Jun 2005) New Revision: 3887 Log: Remove use of vki_unistd.h -- not needed, and coregrind/amd64/state.c doesn't include it. Modified: trunk/coregrind/x86/state.c Modified: trunk/coregrind/x86/state.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/x86/state.c 2005-06-11 05:04:09 UTC (rev 3886) +++ trunk/coregrind/x86/state.c 2005-06-11 10:23:41 UTC (rev 3887) @@ -32,7 +32,6 @@ #include "pub_core_libcbase.h" #include "pub_core_libcassert.h" #include "pub_core_tooliface.h" -#include "vki_unistd.h" #include <sys/ptrace.h> =20 #include "libvex_guest_x86.h" |