Browse Source

Remove include for legacy headers

Serj Kalichev 1 year ago
parent
commit
bb88484b53
2 changed files with 0 additions and 2 deletions
  1. 0 1
      klish/kscheme/khelper.c
  2. 0 1
      klish/ksession/ksession_parse.c

+ 0 - 1
klish/kscheme/khelper.c

@@ -6,7 +6,6 @@
 #include <faux/str.h>
 #include <faux/conv.h>
 #include <klish/khelper.h>
-#include <klish/kptype.h>
 #include <klish/kaction.h>
 
 

+ 0 - 1
klish/ksession/ksession_parse.c

@@ -15,7 +15,6 @@
 #include <faux/argv.h>
 #include <faux/error.h>
 #include <klish/khelper.h>
-#include <klish/kview.h>
 #include <klish/kscheme.h>
 #include <klish/kpath.h>
 #include <klish/kpargv.h>