include paths changed
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user