changeset 109140:3e48102ba93a

* src/atimer.c: Use "" instead of <> for local includes for consistency with the rest of the code.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 04 Jul 2010 21:57:13 -0700
parents c25c24812fb1
children fa173b9bd9ce
files src/ChangeLog src/atimer.c
diffstat 2 files changed, 8 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Jul 04 21:52:39 2010 -0700
+++ b/src/ChangeLog	Sun Jul 04 21:57:13 2010 -0700
@@ -1,5 +1,8 @@
 2010-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* 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):
--- a/src/atimer.c	Sun Jul 04 21:52:39 2010 -0700
+++ b/src/atimer.c	Sun Jul 04 21:57:13 2010 -0700
@@ -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>