From 1feea03e7463d8eaeb00d5df6c2cd3e8e20f2bcd Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 28 Apr 1998 14:39:34 +0000 Subject: Changed #include 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. --- nest/main.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'nest/main.c') diff --git a/nest/main.c b/nest/main.c index 8f60f27..8c26938 100644 --- a/nest/main.c +++ b/nest/main.c @@ -6,10 +6,9 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ -#include -#include - -#include +#include "nest/bird.h" +#include "lib/lists.h" +#include "lib/resource.h" int main(void) -- cgit v1.2.3