Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
898b4c5c
Commit
898b4c5c
authored
Jul 04, 2010
by
Dan Nicolaescu
Browse files
* src/atimer.c: Use "" instead of <> for local includes for
consistency with the rest of the code.
parent
dd4c5104
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
src/ChangeLog
src/ChangeLog
+3
-0
src/atimer.c
src/atimer.c
+5
-5
No files found.
src/ChangeLog
View file @
898b4c5c
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):
...
...
src/atimer.c
View file @
898b4c5c
...
...
@@ -21,11 +21,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment