summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/catalog.c4
-rw-r--r--src/logerr.c2
-rw-r--r--src/random.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/catalog.c b/src/catalog.c
index 68ec3c3..e56ca0b 100644
--- a/src/catalog.c
+++ b/src/catalog.c
@@ -3,13 +3,13 @@
#include <assert.h>
#include <errno.h>
#include <nl_types.h>
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include "logerr.h"
-#include "catalog.h"
+#include "catalog.h"
static const char *const
CATALOG_NAME = NAME;
diff --git a/src/logerr.c b/src/logerr.c
index c00a4c1..d8262fb 100644
--- a/src/logerr.c
+++ b/src/logerr.c
@@ -1,8 +1,8 @@
#include "config.h"
#include <stdarg.h>
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
#include "logerr.h"
diff --git a/src/random.c b/src/random.c
index a35eafd..3ec9e24 100644
--- a/src/random.c
+++ b/src/random.c
@@ -3,8 +3,8 @@
#include <assert.h>
#include <errno.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
+#include <stdio.h>
#include <string.h>
#include "logerr.h"