--- ray/src/common/expandarg.c 2016/03/21 19:06:08 2.10 +++ ray/src/common/expandarg.c 2019/12/28 18:05:13 2.11 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: expandarg.c,v 2.10 2016/03/21 19:06:08 greg Exp $"; +static const char RCSid[] = "$Id: expandarg.c,v 2.11 2019/12/28 18:05:13 greg Exp $"; #endif /* * Get additional command arguments from file or environment. @@ -10,7 +10,6 @@ static const char RCSid[] = "$Id: expandarg.c,v 2.10 2 #include "copyright.h" #include -#include #include "rtio.h" #include "rtmisc.h"