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_replace_malloc.c b/coregrind/vg_replace_malloc.c
index a1162eb..8eda9c8 100644
--- a/coregrind/vg_replace_malloc.c
+++ b/coregrind/vg_replace_malloc.c
@@ -41,11 +41,8 @@
    that will be called.
    ------------------------------------------------------------------ */
 
-#include "vg_include.h"
-
-/* Sidestep the normal check which disallows using valgrind.h directly. */
-#define __VALGRIND_SOMESKIN_H
 #include "valgrind.h"            /* for VALGRIND_NON_SIMD_CALL[12] */
+#include "vg_include.h"
 
 /*------------------------------------------------------------*/
 /*--- Command line options                                 ---*/