X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fzconf.y;h=e8bcb966b4ac56c8c336e21d60a1ab68f6424a7c;hp=aedcbc2b0d419ea30bb8d1c17e94310a45f6876f;hb=4d01b0b43ea5208f5722b35246d43c0bbd1b3c7e;hpb=a399a82909831a941901bb311a335e0a5d5384e0 diff --git a/config/zconf.y b/config/zconf.y index aedcbc2..e8bcb96 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -1,8 +1,8 @@ -%{ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2002 Roman Zippel - * Released under the terms of the GNU GPL v2.0. */ +%{ #include #include @@ -732,8 +732,4 @@ void zconfdump(FILE *out) #include "zconf.lex.c" #include "util.c" -#include "confdata.c" -#include "expr.c" -#include "symbol.c" #include "menu.c" -#include "preprocess.c"