From: Michael Stapelberg Date: Mon, 10 Oct 2011 14:21:08 +0000 (+0100) Subject: Move the includes after the include guard, no need to include these files more than... X-Git-Tag: 4.1~104^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ae7dec2774bab6bf1bfdac40bc01396003a0b6cf;p=i3%2Fi3 Move the includes after the include guard, no need to include these files more than once --- 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" /*