From: Nicholas Nethercote Date: Thu, 2 Sep 2004 08:55:34 +0000 (+0000) Subject: Arch-abstraction: whoops II, forgot to add the (residual) vg_skin.h, which just X-Git-Tag: svn/VALGRIND_3_0_0~1634 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2221d976a8950f7e1a6844fc42ec162b7e9c1b02;p=thirdparty%2Fvalgrind.git Arch-abstraction: whoops II, forgot to add the (residual) vg_skin.h, which just points to tool.h. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2649 --- diff --git a/include/vg_skin.h b/include/vg_skin.h new file mode 100644 index 0000000000..0628888d96 --- /dev/null +++ b/include/vg_skin.h @@ -0,0 +1,3 @@ +// "vg_skin.h" was renamed to "tool.h"; this is for backward compatibility +// with old external tools. +#include "tool.h"