aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon')
-rw-r--r--Source/charon/jobs/delete_ike_sa_job.c2
-rw-r--r--Source/charon/jobs/delete_ike_sa_job.h6
-rw-r--r--Source/charon/jobs/incoming_packet_job.c2
-rw-r--r--Source/charon/jobs/incoming_packet_job.h6
-rw-r--r--Source/charon/jobs/initiate_ike_sa_job.c2
-rw-r--r--Source/charon/jobs/initiate_ike_sa_job.h4
-rw-r--r--Source/charon/jobs/job.h4
-rw-r--r--Source/charon/queues/event_queue.c6
-rw-r--r--Source/charon/queues/event_queue.h4
-rw-r--r--Source/charon/queues/job_queue.c4
-rw-r--r--Source/charon/queues/job_queue.h4
-rw-r--r--Source/charon/queues/send_queue.c4
-rw-r--r--Source/charon/queues/send_queue.h4
13 files changed, 26 insertions, 26 deletions
diff --git a/Source/charon/jobs/delete_ike_sa_job.c b/Source/charon/jobs/delete_ike_sa_job.c
index 23cae476b..6d24d81eb 100644
--- a/Source/charon/jobs/delete_ike_sa_job.c
+++ b/Source/charon/jobs/delete_ike_sa_job.c
@@ -22,7 +22,7 @@
#include "delete_ike_sa_job.h"
-#include "../utils/allocator.h"
+#include <utils/allocator.h>
/**
* Private data of an delete_ike_sa_job_t Object
diff --git a/Source/charon/jobs/delete_ike_sa_job.h b/Source/charon/jobs/delete_ike_sa_job.h
index 16e5b5dba..37dcbc83c 100644
--- a/Source/charon/jobs/delete_ike_sa_job.h
+++ b/Source/charon/jobs/delete_ike_sa_job.h
@@ -23,9 +23,9 @@
#ifndef DELETE_IKE_SA_JOB_H_
#define DELETE_IKE_SA_JOB_H_
-#include "../types.h"
-#include "../ike_sa_id.h"
-#include "job.h"
+#include <types.h>
+#include <ike_sa_id.h>
+#include <jobs/job.h>
/**
diff --git a/Source/charon/jobs/incoming_packet_job.c b/Source/charon/jobs/incoming_packet_job.c
index fe311d248..afd1474e0 100644
--- a/Source/charon/jobs/incoming_packet_job.c
+++ b/Source/charon/jobs/incoming_packet_job.c
@@ -23,7 +23,7 @@
#include "incoming_packet_job.h"
-#include "../utils/allocator.h"
+#include <utils/allocator.h>
/**
* Private data of an incoming_packet_job_t Object
diff --git a/Source/charon/jobs/incoming_packet_job.h b/Source/charon/jobs/incoming_packet_job.h
index 10a35e6ff..9deab6d80 100644
--- a/Source/charon/jobs/incoming_packet_job.h
+++ b/Source/charon/jobs/incoming_packet_job.h
@@ -23,9 +23,9 @@
#ifndef INCOMING_PACKET_JOB_H_
#define INCOMING_PACKET_JOB_H_
-#include "job.h"
-#include "../types.h"
-#include "../packet.h"
+#include <jobs/job.h>
+#include <types.h>
+#include <packet.h>
/**
* Object representing an INCOMING_PACKET Job
diff --git a/Source/charon/jobs/initiate_ike_sa_job.c b/Source/charon/jobs/initiate_ike_sa_job.c
index 0bf0ccae9..59c1bf17e 100644
--- a/Source/charon/jobs/initiate_ike_sa_job.c
+++ b/Source/charon/jobs/initiate_ike_sa_job.c
@@ -25,7 +25,7 @@
#include "initiate_ike_sa_job.h"
-#include "../utils/allocator.h"
+#include <utils/allocator.h>
/**
* Private data of an initiate_ike_sa_job_t Object
diff --git a/Source/charon/jobs/initiate_ike_sa_job.h b/Source/charon/jobs/initiate_ike_sa_job.h
index ce82d99a7..39a6b5971 100644
--- a/Source/charon/jobs/initiate_ike_sa_job.h
+++ b/Source/charon/jobs/initiate_ike_sa_job.h
@@ -23,8 +23,8 @@
#ifndef INITIATE_IKE_SA_JOB_H_
#define INITIATE_IKE_SA_JOB_H_
-#include "../types.h"
-#include "job.h"
+#include <types.h>
+#include <jobs/job.h>
/**
* Object representing an INITIATE_IKE_SA Job
diff --git a/Source/charon/jobs/job.h b/Source/charon/jobs/job.h
index 84e5ec21f..ad8f59a33 100644
--- a/Source/charon/jobs/job.h
+++ b/Source/charon/jobs/job.h
@@ -23,8 +23,8 @@
#ifndef JOB_H_
#define JOB_H_
-#include "../types.h"
-#include "../definitions.h"
+#include <types.h>
+#include <definitions.h>
/**
* Type of Jobs in Job-Queue
diff --git a/Source/charon/queues/event_queue.c b/Source/charon/queues/event_queue.c
index 606578ab2..ab2680c31 100644
--- a/Source/charon/queues/event_queue.c
+++ b/Source/charon/queues/event_queue.c
@@ -25,9 +25,9 @@
#include "event_queue.h"
-#include "../types.h"
-#include "../utils/allocator.h"
-#include "../utils/linked_list.h"
+#include <types.h>
+#include <utils/allocator.h>
+#include <utils/linked_list.h>
diff --git a/Source/charon/queues/event_queue.h b/Source/charon/queues/event_queue.h
index 07c038610..fe823145d 100644
--- a/Source/charon/queues/event_queue.h
+++ b/Source/charon/queues/event_queue.h
@@ -25,8 +25,8 @@
#include <sys/time.h>
-#include "../types.h"
-#include "../jobs/job.h"
+#include <types.h>
+#include <jobs/job.h>
/**
* @brief Event-Queue used to store timed events.
diff --git a/Source/charon/queues/job_queue.c b/Source/charon/queues/job_queue.c
index fff453500..9486bf6d4 100644
--- a/Source/charon/queues/job_queue.c
+++ b/Source/charon/queues/job_queue.c
@@ -25,8 +25,8 @@
#include "job_queue.h"
-#include "../utils/allocator.h"
-#include "../utils/linked_list.h"
+#include <utils/allocator.h>
+#include <utils/linked_list.h>
/**
* @brief Private Variables and Functions of job_queue class
diff --git a/Source/charon/queues/job_queue.h b/Source/charon/queues/job_queue.h
index 1bbc07dda..f5030ac32 100644
--- a/Source/charon/queues/job_queue.h
+++ b/Source/charon/queues/job_queue.h
@@ -23,8 +23,8 @@
#ifndef JOB_QUEUE_H_
#define JOB_QUEUE_H_
-#include "../types.h"
-#include "../jobs/job.h"
+#include <types.h>
+#include <jobs/job.h>
/**
* @brief Job-Queue
diff --git a/Source/charon/queues/send_queue.c b/Source/charon/queues/send_queue.c
index 4f31ec7e9..0cffa2d54 100644
--- a/Source/charon/queues/send_queue.c
+++ b/Source/charon/queues/send_queue.c
@@ -24,8 +24,8 @@
#include "send_queue.h"
-#include "../utils/allocator.h"
-#include "../utils/linked_list.h"
+#include <utils/allocator.h>
+#include <utils/linked_list.h>
/**
* @brief Private Variables and Functions of send_queue class
diff --git a/Source/charon/queues/send_queue.h b/Source/charon/queues/send_queue.h
index 072d2f966..7d2592ab1 100644
--- a/Source/charon/queues/send_queue.h
+++ b/Source/charon/queues/send_queue.h
@@ -23,8 +23,8 @@
#ifndef SEND_QUEUE_H_
#define SEND_QUEUE_H_
-#include "../types.h"
-#include "../packet.h"
+#include <types.h>
+#include <packet.h>
/**
* @brief Send-Queue