aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-09-22 19:19:58 +0200
committerMarcel Holtmann <marcel@holtmann.org>2023-09-22 19:19:58 +0200
commitde8f2b5c1a4801c5f9343bf9c7099b2e31cc2842 (patch)
tree8fe1833527859d1a1502e45881612bf3809d0fc4
parent69fe0dd5f333e6dc067314211261ce09764f0738 (diff)
cert: Move includes before the __cplusplus guard
-rw-r--r--ell/cert.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ell/cert.h b/ell/cert.h
index db116e0c..e3f10155 100644
--- a/ell/cert.h
+++ b/ell/cert.h
@@ -23,13 +23,13 @@
#ifndef __ELL_CERT_H
#define __ELL_CERT_H
+#include <stddef.h>
+#include <ell/cleanup.h>
+
#ifdef __cplusplus
extern "C" {
#endif
-#include <stddef.h>
-#include <ell/cleanup.h>
-
struct l_queue;
struct l_cert;
struct l_certchain;