X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2Fstdio%2Fremove.c;h=aca3eaf98f31e6d562ad4bf1fa699bc11981cc1e;hb=0d8315ee192608e94b6ab4f079aa32ae5799c437;hp=389df301be224d6945d6b8a250f7e31a82ca7543;hpb=ce0e5d8cd76b50f239fb8e95170502b146247b35;p=pdclib diff --git a/platform/example/functions/stdio/remove.c b/platform/example/functions/stdio/remove.c index 389df30..aca3eaf 100644 --- a/platform/example/functions/stdio/remove.c +++ b/platform/example/functions/stdio/remove.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* remove( const char * ) This file is part of the Public Domain C Library (PDCLib). @@ -65,7 +63,8 @@ int remove( const char * pathname ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) { @@ -74,4 +73,3 @@ int main( void ) } #endif -