projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
966abdb
)
; * src/emacs-module.h.in: Sort includes alphabetically.
author
Philipp Stephani
<phst@google.com>
Fri, 13 Dec 2019 12:21:36 +0000
(13:21 +0100)
committer
Philipp Stephani
<phst@google.com>
Fri, 13 Dec 2019 12:21:36 +0000
(13:21 +0100)
src/emacs-module.h.in
patch
|
blob
|
history
diff --git
a/src/emacs-module.h.in
b/src/emacs-module.h.in
index 0891b1aa28aad9a3dd415c731b510341afaa22e8..e9d5de495d63cf659a1fb300e620d12a9769713c 100644
(file)
--- a/
src/emacs-module.h.in
+++ b/
src/emacs-module.h.in
@@
-20,8
+20,8
@@
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#ifndef EMACS_MODULE_H
#define EMACS_MODULE_H
-#include <stdint.h>
#include <stddef.h>
+#include <stdint.h>
#include <time.h>
#ifndef __cplusplus