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
This commit is contained in:
Nicholas Nethercote 2004-09-02 08:55:34 +00:00
parent 10d04230ef
commit 2221d976a8

3
include/vg_skin.h Normal file
View File

@ -0,0 +1,3 @@
// "vg_skin.h" was renamed to "tool.h"; this is for backward compatibility
// with old external tools.
#include "tool.h"