Assume freestanding C89 headers, string.h, stdlib.h.
[bpt/emacs.git] / lib-src / ebrowse.c
index 7871a80..a997e56 100644 (file)
@@ -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>