From ae7dec2774bab6bf1bfdac40bc01396003a0b6cf Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 10 Oct 2011 15:21:08 +0100 Subject: [PATCH] Move the includes after the include guard, no need to include these files more than once --- include/data.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/data.h b/include/data.h index 7a280b2e..ba836d55 100644 --- a/include/data.h +++ b/include/data.h @@ -7,13 +7,15 @@ * include/data.h: This file defines all data structures used by i3 * */ + +#ifndef _DATA_H +#define _DATA_H + #include #include #include #include -#ifndef _DATA_H -#define _DATA_H #include "queue.h" /*