consistency with the rest of the code.
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):
#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>