Removed no-longer-needed declarations of __SOME_SKIN_H.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2025 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_scheduler.c b/coregrind/vg_scheduler.c
index e3c763b..67824e6 100644
--- a/coregrind/vg_scheduler.c
+++ b/coregrind/vg_scheduler.c
@@ -28,13 +28,9 @@
    The GNU General Public License is contained in the file COPYING.
 */
 
-#include "vg_include.h"
-
-/* Sidestep the normal check which disallows using valgrind.h
-   directly. */
-#define __VALGRIND_SOMESKIN_H
 #include "valgrind.h" /* for VG_USERREQ__RUNNING_ON_VALGRIND and
                              VG_USERREQ__DISCARD_TRANSLATIONS, and others */
+#include "vg_include.h"
 
 /* BORKAGE/ISSUES as of 29 May 02