From a4c50582e56322c58bf4d9e58ca04193df95ac94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 12 Apr 2015 14:03:15 +0200 Subject: parse_kconfig symlist.h move includes to begining of file --- scripts/parse_kconfig/symlist.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/parse_kconfig/symlist.h') diff --git a/scripts/parse_kconfig/symlist.h b/scripts/parse_kconfig/symlist.h index 88bf4b0..801624c 100644 --- a/scripts/parse_kconfig/symlist.h +++ b/scripts/parse_kconfig/symlist.h @@ -1,10 +1,10 @@ -#ifndef _SYMLIST_H_ -#define _SYMLIST_H_ - #include #include #include "cnfexpr.h" +#ifndef _SYMLIST_H_ +#define _SYMLIST_H_ + struct symlist_el { unsigned int id; char *name; -- cgit v1.2.3