X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Scenery%2Fcommon.c;h=1e354b424dfd7acd181c316ceb0f090006be9385;hb=bda27365e451e24df3fa764edf064750f1fb046c;hp=370144b6ab9eace5ca46eee8743ff8ae1ad2128d;hpb=bc064ad9692835ff5dc9324913cb3d7910ea7320;p=flightgear.git diff --git a/Scenery/common.c b/Scenery/common.c index 370144b6a..1e354b424 100644 --- a/Scenery/common.c +++ b/Scenery/common.c @@ -28,7 +28,7 @@ #include #endif -#include "common.h" +#include /* strip the enclosing quotes from a string, works within the current @@ -48,9 +48,13 @@ char *strip_quotes(char *s) { /* $Log$ -/* Revision 1.3 1998/01/06 01:20:23 curt -/* Tweaks to help building with MSVC++ +/* Revision 1.4 1998/01/19 19:27:14 curt +/* Merged in make system changes from Bob Kuehne +/* This should simplify things tremendously. /* + * Revision 1.3 1998/01/06 01:20:23 curt + * Tweaks to help building with MSVC++ + * * Revision 1.2 1997/05/23 15:40:41 curt * Added GNU copyright headers. *