From 9023000e91b6065961051339700526c98f8438e8 Mon Sep 17 00:00:00 2001 From: bg Date: Wed, 14 Mar 2012 18:30:22 +0000 Subject: [PATCH] small fix --- cast5/cast5.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/cast5/cast5.c b/cast5/cast5.c index 5e318cf..00d92ae 100644 --- a/cast5/cast5.c +++ b/cast5/cast5.c @@ -27,15 +27,16 @@ * */ - #include - #include - #include "cast5.h" - - #undef DEBUG +#include +#include +#include "cast5.h" +#include + +#undef DEBUG - #ifdef DEBUG - #include "cli.h" - #endif +#ifdef DEBUG + #include "cli.h" +#endif #include "cast5-sbox.h" -- 2.39.2