Arch-abstraction:  renamed "vg_skin.h" as "tool.h".  Kept a residual vg_skin.h
(which just #includes tool.h) for backward-compatibility.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2647 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/gen_toolint.pl b/coregrind/gen_toolint.pl
index bc02cbe..edd716d 100644
--- a/coregrind/gen_toolint.pl
+++ b/coregrind/gen_toolint.pl
@@ -140,7 +140,7 @@
     };
     $indent = "   ";
 } elsif ($output eq "initfunc") {
-    $include = "vg_skin.h";
+    $include = "tool.h";
     $generate = sub ($$$@) {
 	my ($pfx, $ret, $func, @args) = @_;
 	my $args = join ", ", @args;