summaryrefslogtreecommitdiffstats
path: root/nest/bird.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-04-28 16:39:34 +0200
committerMartin Mares <mj@ucw.cz>1998-04-28 16:39:34 +0200
commit1feea03e7463d8eaeb00d5df6c2cd3e8e20f2bcd (patch)
tree70ba86e2c60b759f7740c0d28e6abdaaf60241ea /nest/bird.h
parentc40e05a0dffa33a8724e56121a2b6dcdfa9183e0 (diff)
downloadbird-1feea03e7463d8eaeb00d5df6c2cd3e8e20f2bcd.tar
bird-1feea03e7463d8eaeb00d5df6c2cd3e8e20f2bcd.zip
Changed #include <x/y> to #include "x/y" for our local includes, so that
gcc -MM can be used to separate them from the system ones. Added automatic generation of dependencies.
Diffstat (limited to 'nest/bird.h')
-rw-r--r--nest/bird.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nest/bird.h b/nest/bird.h
index 062e5fd..b9c9192 100644
--- a/nest/bird.h
+++ b/nest/bird.h
@@ -9,9 +9,9 @@
#ifndef _BIRD_BIRD_H_
#define _BIRD_BIRD_H_
-#include <sysdep/config.h>
-#include <lib/birdlib.h>
-#include <lib/ip.h>
+#include "sysdep/config.h"
+#include "lib/birdlib.h"
+#include "lib/ip.h"
extern u32 router_id; /* Our Router ID */
extern u16 this_as; /* Our Autonomous System Number */