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

This commit is contained in:
Philipp Stephani
2019-12-13 13:21:36 +01:00
parent 966abdba09
commit b04086adf6

View File

@@ -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