aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2020-09-12 10:52:17 +0100
committerTomasz Kramkowski <tk@the-tk.com>2020-09-12 10:52:17 +0100
commit69d739059816797ee95602c86c40ada4ac522967 (patch)
treed8ebea84f8eb792ac784a3664e2efe76cc1a769f /test.c
parent3b6589888b43b2c46cee2e6aa38a5d2cdcbd3539 (diff)
downloadpack-69d739059816797ee95602c86c40ada4ac522967.tar.gz
pack-69d739059816797ee95602c86c40ada4ac522967.tar.xz
pack-69d739059816797ee95602c86c40ada4ac522967.zip
test.c: Sort headers alphabetically
Diffstat (limited to 'test.c')
-rw-r--r--test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.c b/test.c
index adc20a1..5e68887 100644
--- a/test.c
+++ b/test.c
@@ -2,11 +2,11 @@
* Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com>
* SPDX-License-Identifier: MIT
*/
-#include <stdint.h>
#include <assert.h>
#include <inttypes.h>
-#include <stdio.h>
#include <stdbool.h>
+#include <stdint.h>
+#include <stdio.h>
#include "pack.h"