diff options
| author | Dan Nicolaescu | 2010-07-04 21:57:13 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-07-04 21:57:13 -0700 |
| commit | 898b4c5c2cb4b4ae2fa2cd1631db63a9acff787a (patch) | |
| tree | b9b9a171fc49c6eb2ad74f85e4a529ea3aec7c65 /src/atimer.c | |
| parent | dd4c5104086a55654982112f71c2f69e1e8e0cd1 (diff) | |
| download | emacs-898b4c5c2cb4b4ae2fa2cd1631db63a9acff787a.tar.gz emacs-898b4c5c2cb4b4ae2fa2cd1631db63a9acff787a.zip | |
* src/atimer.c: Use "" instead of <> for local includes for
consistency with the rest of the code.
Diffstat (limited to 'src/atimer.c')
| -rw-r--r-- | src/atimer.c | 10 |
1 files changed, 5 insertions, 5 deletions
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 <http://www.gnu.org/licenses/>. */ | |||
| 21 | #include <signal.h> | 21 | #include <signal.h> |
| 22 | #include <stdio.h> | 22 | #include <stdio.h> |
| 23 | #include <setjmp.h> | 23 | #include <setjmp.h> |
| 24 | #include <lisp.h> | 24 | #include "lisp.h" |
| 25 | #include <syssignal.h> | 25 | #include "syssignal.h" |
| 26 | #include <systime.h> | 26 | #include "systime.h" |
| 27 | #include <blockinput.h> | 27 | #include "blockinput.h" |
| 28 | #include <atimer.h> | 28 | #include "atimer.h" |
| 29 | 29 | ||
| 30 | #ifdef HAVE_UNISTD_H | 30 | #ifdef HAVE_UNISTD_H |
| 31 | #include <unistd.h> | 31 | #include <unistd.h> |