From 00b700028295d4d8414af693eba1c53f63e69fb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Sun, 29 Mar 2015 15:22:27 +0200 Subject: [PATCH] Move includes inside the explicitly declared C code scope --- libhpcs.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libhpcs.c b/libhpcs.c index 3f9eef5..55a2f66 100644 --- a/libhpcs.c +++ b/libhpcs.c @@ -1,3 +1,7 @@ +#ifdef __cplusplus +extern "C" { +#endif + #include "include/libhpcs.h" #include "libhpcs_p.h" @@ -16,10 +20,6 @@ #include #endif -#ifdef __cplusplus -extern "C" { -#endif - #include #include -- 2.43.5