summaryrefslogtreecommitdiffstats
path: root/nest/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/main.c')
-rw-r--r--nest/main.c7
1 files changed, 3 insertions, 4 deletions
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 <nest/bird.h>
-#include <lib/lists.h>
-
-#include <nest/resource.h>
+#include "nest/bird.h"
+#include "lib/lists.h"
+#include "lib/resource.h"
int
main(void)