From bda09d93d5e914ff0248e89baf04b15455195416 Mon Sep 17 00:00:00 2001 From: Matthias Lanzinger Date: Mon, 28 Apr 2014 23:19:18 +0200 Subject: [PATCH] Move include inside guard block. --- src/climate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/climate.h b/src/climate.h index b7a728305b..d50731677f 100644 --- a/src/climate.h +++ b/src/climate.h @@ -18,11 +18,11 @@ * along with this program. If not, see . *****************************************************************************/ -#include "rct2.h" - #ifndef _CLIMATE_H_ #define _CLIMATE_H_ +#include "rct2.h" + enum { CLIMATE_COOL_AND_WET, CLIMATE_WARM,