From 6eae861025e67c9d4363e4c5dff802b1fbda95e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 12 Apr 2015 12:57:42 +0200 Subject: Extract file name definitions out from parse_kconfig to shared --- scripts/parse_kconfig/cnfexpr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/parse_kconfig/cnfexpr.h') diff --git a/scripts/parse_kconfig/cnfexpr.h b/scripts/parse_kconfig/cnfexpr.h index 0473368..58ac9c8 100644 --- a/scripts/parse_kconfig/cnfexpr.h +++ b/scripts/parse_kconfig/cnfexpr.h @@ -5,7 +5,7 @@ #include #include #include "symlist.h" -#include "kconfig/lkc.h" +#include enum cnfexpr_type { CT_EXPR, CT_FALSE, CT_TRUE -- cgit v1.2.3