summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2019-12-13 13:21:36 +0100
committerPhilipp Stephani <phst@google.com>2019-12-13 13:21:36 +0100
commitb04086adf649b18cf5309dd43aa638fc7b3cd4a0 (patch)
treebf8c984cfdd9070442e0d358104d9cabe0d90b54
parent966abdba09214813a86979f22bfb08475a73f10c (diff)
downloademacs-b04086adf649b18cf5309dd43aa638fc7b3cd4a0.tar.gz
; * 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/>. */
#ifndef EMACS_MODULE_H
#define EMACS_MODULE_H
-#include <stdint.h>
#include <stddef.h>
+#include <stdint.h>
#include <time.h>
#ifndef __cplusplus