aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-12-11 10:05:33 +0100
committerMarcel Holtmann <marcel@holtmann.org>2023-12-11 10:05:33 +0100
commit61a8ed6215248badb3537e6b79513d2a9c76f4d5 (patch)
tree1c33361cc5da4dd039e193ea992fe0d5fdbfccf9
parentd248fca4326996d1852313ecd0033ed8290e7e0c (diff)
tester: Move standard includes before C++ guard
-rw-r--r--ell/tester.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ell/tester.h b/ell/tester.h
index 2266393c..370aecc6 100644
--- a/ell/tester.h
+++ b/ell/tester.h
@@ -8,14 +8,14 @@
#ifndef __ELL_TESTER_H
#define __ELL_TESTER_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct l_tester;
enum l_tester_stage {