include paths changed

This commit is contained in:
Jan Hutter
2005-11-23 09:13:40 +00:00
parent 696be0222f
commit 8080fccbe9
13 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -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
+3 -3
View File
@@ -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>
/**
+1 -1
View File
@@ -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
+3 -3
View File
@@ -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
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+3 -3
View File
@@ -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>
+2 -2
View File
@@ -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.
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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