Browse Source

Fix include internal.h

Serj Kalichev 11 years ago
parent
commit
e26d4aabb1
2 changed files with 1 additions and 2 deletions
  1. 0 1
      bin/clish.c
  2. 1 1
      bin/konfd.c

+ 0 - 1
bin/clish.c

@@ -28,7 +28,6 @@
 #include "lub/list.h"
 #include "lub/system.h"
 #include "clish/shell.h"
-#include "clish/internal.h"
 
 #define QUOTE(t) #t
 /* #define version(v) printf("%s\n", QUOTE(v)) */

+ 1 - 1
bin/konfd.c

@@ -34,10 +34,10 @@
 #include <grp.h>
 #endif
 
-#include "clish/internal.h"
 #include "konf/tree.h"
 #include "konf/query.h"
 #include "konf/buf.h"
+#include "konf/net.h"
 #include "lub/argv.h"
 #include "lub/string.h"