Skip to content
Snippets Groups Projects
Commit d477dca8 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

Merge pull request #50 from mehlis/master

remove recursive include
parents c70426b5 67875ba2
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,6 @@ ...@@ -9,8 +9,6 @@
#ifndef __QUEUE_H #ifndef __QUEUE_H
#define __QUEUE_H #define __QUEUE_H
#include "queue.h"
typedef struct queue_node_t { typedef struct queue_node_t {
struct queue_node_t *next; struct queue_node_t *next;
unsigned int data; unsigned int data;
......
...@@ -45,7 +45,7 @@ and the mailinglist (subscription via web site) ...@@ -45,7 +45,7 @@ and the mailinglist (subscription via web site)
#define MMR_TYPE_RREP (2) #define MMR_TYPE_RREP (2)
#define MMR_TYPE_RERR (3) #define MMR_TYPE_RERR (3)
#define ADDRESS_LIST_SIZE (21) #define ADDRESS_LIST_SIZE (21)
#define RERR_NODE_UNREACHABLE (1) #define RERR_NODE_UNREACHABLE (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment