emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b04086a: ; * src/emacs-module.h.in: Sort includes alphabetically.


From: Philipp Stephani
Subject: master b04086a: ; * src/emacs-module.h.in: Sort includes alphabetically.
Date: Fri, 13 Dec 2019 07:22:05 -0500 (EST)

branch: master
commit b04086adf649b18cf5309dd43aa638fc7b3cd4a0
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    ; * src/emacs-module.h.in: Sort includes alphabetically.
---
 src/emacs-module.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/emacs-module.h.in b/src/emacs-module.h.in
index 0891b1a..e9d5de4 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]