]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/emacs-module.h.in: Sort includes alphabetically.
authorPhilipp Stephani <phst@google.com>
Fri, 13 Dec 2019 12:21:36 +0000 (13:21 +0100)
committerPhilipp Stephani <phst@google.com>
Fri, 13 Dec 2019 12:21:36 +0000 (13:21 +0100)
src/emacs-module.h.in

index 0891b1aa28aad9a3dd415c731b510341afaa22e8..e9d5de495d63cf659a1fb300e620d12a9769713c 100644 (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