X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fwin32%2Ffunctions%2Fstdio%2Fremove.c;h=9e46134e9fc1ebeaee8c9277cd53e037f9b6780c;hp=957a5edd5ebf907ed1b79f5189e3a6a1bb2ee2b9;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=48b352165d2cb89126ddde1323a138820687970a diff --git a/platform/win32/functions/stdio/remove.c b/platform/win32/functions/stdio/remove.c index 957a5ed..9e46134 100644 --- a/platform/win32/functions/stdio/remove.c +++ b/platform/win32/functions/stdio/remove.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* remove( const char * ) This file is part of the Public Domain C Library (PDCLib). @@ -33,7 +31,7 @@ int remove( const char * pathname ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {