emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100722: * src/atimer.c: Use "" inste


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100722: * src/atimer.c: Use "" instead of <> for local includes for
Date: Sun, 04 Jul 2010 21:57:13 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100722
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Sun 2010-07-04 21:57:13 -0700
message:
  * src/atimer.c: Use "" instead of <> for local includes for
  consistency with the rest of the code.
modified:
  src/ChangeLog
  src/atimer.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-07-05 04:52:39 +0000
+++ b/src/ChangeLog     2010-07-05 04:57:13 +0000
@@ -1,5 +1,8 @@
 2010-07-05  Dan Nicolaescu  <address@hidden>
 
+       * 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):

=== modified file 'src/atimer.c'
--- a/src/atimer.c      2010-07-04 13:41:55 +0000
+++ b/src/atimer.c      2010-07-05 04:57:13 +0000
@@ -21,11 +21,11 @@
 #include <signal.h>
 #include <stdio.h>
 #include <setjmp.h>
-#include <lisp.h>
-#include <syssignal.h>
-#include <systime.h>
-#include <blockinput.h>
-#include <atimer.h>
+#include "lisp.h"
+#include "syssignal.h"
+#include "systime.h"
+#include "blockinput.h"
+#include "atimer.h"
 
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]