# HG changeset patch # User Paul Eggert # Date 1294560002 28800 # Node ID 2887524f362a7e6c9de40f565293cf4396b7d068 # Parent e0da33ff5fa5cf9e18a81212dccba1aa1e31541f Include not "getopt.h". * ebrowse.c, emacsclient.c: Include , not "getopt.h". Since getopt.h is no longer in this directory, there's no point using the form with double-quotes. diff -r e0da33ff5fa5 -r 2887524f362a lib-src/ChangeLog --- a/lib-src/ChangeLog Sat Jan 08 23:46:17 2011 -0800 +++ b/lib-src/ChangeLog Sun Jan 09 00:00:02 2011 -0800 @@ -1,5 +1,10 @@ 2011-01-09 Paul Eggert + Include not "getopt.h". + * ebrowse.c, emacsclient.c: Include , not "getopt.h". + Since getopt.h is no longer in this directory, there's no point + using the form with double-quotes. + Remove unused files. * getopt.c, getopt1.c, getopt_.h, getopt_int.h: Remove. These files are now in ../lib, copied from gnulib. diff -r e0da33ff5fa5 -r 2887524f362a lib-src/ebrowse.c --- a/lib-src/ebrowse.c Sat Jan 08 23:46:17 2011 -0800 +++ b/lib-src/ebrowse.c Sun Jan 09 00:00:02 2011 -0800 @@ -30,7 +30,7 @@ #include #include #include -#include "getopt.h" +#include /* The SunOS compiler doesn't have SEEK_END. */ #ifndef SEEK_END diff -r e0da33ff5fa5 -r 2887524f362a lib-src/emacsclient.c --- a/lib-src/emacsclient.c Sat Jan 08 23:46:17 2011 -0800 +++ b/lib-src/emacsclient.c Sun Jan 09 00:00:02 2011 -0800 @@ -74,7 +74,7 @@ #include #include #include -#include "getopt.h" +#include #ifdef HAVE_UNISTD_H # include #endif