X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fgandr%2Ffunctions%2Fstdio%2Fremove.c;h=831d9686170bf303d33b854cc2549eef5b90f560;hp=0c4f050f29b477598d87612f52af18a3a6d08ccd;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=aacebf0b0209d7719b3cf34a022555fbcea924f3 diff --git a/platform/gandr/functions/stdio/remove.c b/platform/gandr/functions/stdio/remove.c index 0c4f050..831d968 100644 --- a/platform/gandr/functions/stdio/remove.c +++ b/platform/gandr/functions/stdio/remove.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* remove( const char * ) This file is part of the Public Domain C Library (PDCLib). @@ -27,7 +25,7 @@ int remove( const char * pathname ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {