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