From: Karl Heuer Date: Tue, 19 Dec 1995 21:43:33 +0000 (+0000) Subject: Use , not "paths.h". X-Git-Tag: emacs-19.34~2109 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef818feb0df318b44ad717752ab729b58dd0ae59;p=emacs.git Use , not "paths.h". --- diff --git a/src/xfns.c b/src/xfns.c index bb3c6fbe3d7..2ae32fe016a 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -35,7 +35,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "dispextern.h" #include "keyboard.h" #include "blockinput.h" -#include "paths.h" +#include #ifdef HAVE_X_WINDOWS extern void abort ();