From: Richard M. Stallman Date: Tue, 3 Aug 1993 04:30:43 +0000 (+0000) Subject: Don't mention dir `s/' in #include. X-Git-Tag: emacs-19.34~11418 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f1895276fad9b6d979c6cba955b7eaa80020413;p=emacs.git Don't mention dir `s/' in #include. --- diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h index 7e71bed66fa..1785096236c 100644 --- a/src/s/isc3-0.h +++ b/src/s/isc3-0.h @@ -1,8 +1,8 @@ /* s- file for Interactive (ISC) Unix version 3.0 on the 386. */ -#include "s/isc2-2.h" +#include "isc2-2.h" -/* These have been moved into s-isc2-2.h. */ +/* These have been moved into isc2-2.h. */ /* #define HAVE_SOCKETS #define HAVE_SELECT */