Move include inside guard block.

This commit is contained in:
Matthias Lanzinger 2014-04-28 23:19:18 +02:00
parent b5bb145f03
commit bda09d93d5
1 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************************/
#include "rct2.h"
#ifndef _CLIMATE_H_
#define _CLIMATE_H_
#include "rct2.h"
enum {
CLIMATE_COOL_AND_WET,
CLIMATE_WARM,