From f1ced068f1eccdf2866a91334d4e271e8f94802d Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sun, 30 May 2021 18:10:42 +0200 Subject: Unify ordering of the includes --- src/options.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index 91fcf8f..002b36c 100644 --- a/src/options.c +++ b/src/options.c @@ -24,15 +24,16 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "options.h" + +#include "print.h" + #include #include #include #include #include -#include "options.h" -#include "print.h" - /* This header file is automatically generated at build time from the Makefile */ #include "program_info.h" -- cgit v1.2.3