aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/queues/send_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/queues/send_queue.h')
-rw-r--r--src/charon/queues/send_queue.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/charon/queues/send_queue.h b/src/charon/queues/send_queue.h
index 5b8a02e3c..8043f1758 100644
--- a/src/charon/queues/send_queue.h
+++ b/src/charon/queues/send_queue.h
@@ -24,12 +24,11 @@
#ifndef SEND_QUEUE_H_
#define SEND_QUEUE_H_
+typedef struct send_queue_t send_queue_t;
+
#include <types.h>
#include <network/packet.h>
-
-typedef struct send_queue_t send_queue_t;
-
/**
* @brief The send queue stores packet for the sender_t instance.
*