X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Ffree.c;h=2dc9d6d1bd95f5134afab8dde9d58fa3ddec4400;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=86044c0f5bad66e629312b4513f791c6ab19859c;hpb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;p=pdclib diff --git a/functions/stdlib/free.c b/functions/stdlib/free.c index 86044c0..2dc9d6d 100644 --- a/functions/stdlib/free.c +++ b/functions/stdlib/free.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* void free( void * ) This file is part of the Public Domain C Library (PDCLib). @@ -10,7 +8,7 @@ #ifndef REGTEST -#include <_PDCLIB_int.h> +#include "_PDCLIB_int.h" /* TODO: Primitive placeholder. Much room for improvement. */ @@ -39,7 +37,7 @@ void free( void * ptr ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include int main( void )