diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-07-06 18:32:56 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-07-06 18:32:56 -0700 |
commit | 0e926e561c259468174b16407dd7271c2c8fe904 (patch) | |
tree | 6a226d2950e17e8e117874c6714fd054600ffba6 /lib-src/ebrowse.c | |
parent | 59361254a6ea5fcfc2f1ec344665aa719fbb936f (diff) | |
download | emacs-0e926e561c259468174b16407dd7271c2c8fe904.tar.gz |
Assume freestanding C89 headers, string.h, stdlib.h.
Diffstat (limited to 'lib-src/ebrowse.c')
-rw-r--r-- | lib-src/ebrowse.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 7871a804997..a997e56cc9f 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c @@ -20,11 +20,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include <stdio.h> - -#ifdef HAVE_STDLIB_H #include <stdlib.h> -#endif - #include <string.h> #include <ctype.h> #include <assert.h> |