X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Fini.c;h=0c425262d0e77df77d912f705d9d93c21c317b7c;hb=cae802924e423900df24dc58f382896ceb42a54b;hp=8656299447b6b6b35ba53b8ccb3cdbaf23e4ac73;hpb=1fdafb2e3dfecdc4129a8062ad25b1adb32b0efb;p=oweals%2Fu-boot.git diff --git a/cmd/ini.c b/cmd/ini.c index 8656299447..0c425262d0 100644 --- a/cmd/ini.c +++ b/cmd/ini.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: BSD-3-Clause /* * inih -- simple .INI file parser * @@ -6,15 +7,13 @@ * Joe Hershberger, National Instruments, joe.hershberger@ni.com * All rights reserved. * - * SPDX-License-Identifier: BSD-3-Clause - * * Go to the project home page for more info: * http://code.google.com/p/inih/ */ #include #include -#include +#include #include #include