#include "delete_ike_sa_job.h"
-#include "../utils/allocator.h"
+#include <utils/allocator.h>
/**
* Private data of an delete_ike_sa_job_t Object
#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>
/**
#include "incoming_packet_job.h"
-#include "../utils/allocator.h"
+#include <utils/allocator.h>
/**
* Private data of an incoming_packet_job_t Object
#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
#include "initiate_ike_sa_job.h"
-#include "../utils/allocator.h"
+#include <utils/allocator.h>
/**
* Private data of an initiate_ike_sa_job_t Object
#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
#ifndef JOB_H_
#define JOB_H_
-#include "../types.h"
-#include "../definitions.h"
+#include <types.h>
+#include <definitions.h>
/**
* Type of Jobs in Job-Queue
#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>
#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.
#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
#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
#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
#ifndef SEND_QUEUE_H_
#define SEND_QUEUE_H_
-#include "../types.h"
-#include "../packet.h"
+#include <types.h>
+#include <packet.h>
/**
* @brief Send-Queue