From: Dan Nicolaescu Date: Mon, 5 Jul 2010 04:57:13 +0000 (-0700) Subject: * src/atimer.c: Use "" instead of <> for local includes for X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~51^2~81^2~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=898b4c5c2cb4b4ae2fa2cd1631db63a9acff787a;p=emacs.git * src/atimer.c: Use "" instead of <> for local includes for consistency with the rest of the code. --- diff --git a/src/ChangeLog b/src/ChangeLog index 198f7ea5073..3bccc7179d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2010-07-05 Dan Nicolaescu + * atimer.c: Use "" instead of <> for local includes for + consistency with the rest of the code. + * xsmfns.c (smc_save_yourself_CB, smc_error_handler): * xrdb.c (get_system_name): * window.c (shrink_windows): diff --git a/src/atimer.c b/src/atimer.c index 23f3915d9c0..c9cf145ad85 100644 --- a/src/atimer.c +++ b/src/atimer.c @@ -21,11 +21,11 @@ along with GNU Emacs. If not, see . */ #include #include #include -#include -#include -#include -#include -#include +#include "lisp.h" +#include "syssignal.h" +#include "systime.h" +#include "blockinput.h" +#include "atimer.h" #ifdef HAVE_UNISTD_H #include