aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Stephani2019-12-13 13:21:36 +0100
committerPhilipp Stephani2019-12-13 13:21:36 +0100
commitb04086adf649b18cf5309dd43aa638fc7b3cd4a0 (patch)
treebf8c984cfdd9070442e0d358104d9cabe0d90b54
parent966abdba09214813a86979f22bfb08475a73f10c (diff)
downloademacs-b04086adf649b18cf5309dd43aa638fc7b3cd4a0.tar.gz
emacs-b04086adf649b18cf5309dd43aa638fc7b3cd4a0.zip
; * src/emacs-module.h.in: Sort includes alphabetically.
-rw-r--r--src/emacs-module.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs-module.h.in b/src/emacs-module.h.in
index 0891b1aa28a..e9d5de495d6 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/>. */
20#ifndef EMACS_MODULE_H 20#ifndef EMACS_MODULE_H
21#define EMACS_MODULE_H 21#define EMACS_MODULE_H
22 22
23#include <stdint.h>
24#include <stddef.h> 23#include <stddef.h>
24#include <stdint.h>
25#include <time.h> 25#include <time.h>
26 26
27#ifndef __cplusplus 27#ifndef __cplusplus