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
+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