diff options
author | Philipp Stephani <phst@google.com> | 2019-12-13 13:21:36 +0100 |
---|---|---|
committer | Philipp Stephani <phst@google.com> | 2019-12-13 13:21:36 +0100 |
commit | b04086adf649b18cf5309dd43aa638fc7b3cd4a0 (patch) | |
tree | bf8c984cfdd9070442e0d358104d9cabe0d90b54 | |
parent | 966abdba09214813a86979f22bfb08475a73f10c (diff) | |
download | emacs-b04086adf649b18cf5309dd43aa638fc7b3cd4a0.tar.gz |
; * src/emacs-module.h.in: Sort includes alphabetically.
-rw-r--r-- | src/emacs-module.h.in | 2 |
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 |