From 3db84c3822cf214b9489cadb0deb97efed96c49f Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Mon, 17 Feb 2014 16:18:22 +0100 Subject: [PATCH] miracle: fix miracle.h include protection Move it to the top like we do in all other files.. Signed-off-by: David Herrmann --- src/miracle.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/miracle.h b/src/miracle.h index 3536aa3..0dc4895 100644 --- a/src/miracle.h +++ b/src/miracle.h @@ -23,6 +23,9 @@ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#ifndef MIRACLE_H +#define MIRACLE_H + #include #include #include @@ -32,9 +35,6 @@ #include "shl_log.h" #include "shl_macro.h" -#ifndef MIRACLE_H -#define MIRACLE_H - static inline void cleanup_sd_bus_message(sd_bus_message **ptr) { sd_bus_message_unref(*ptr);