From ba6253a26a9ae21b5a65e8d9ece6bddbdd521b97 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 20 Aug 2010 16:40:22 +0200 Subject: Fixed include guards. --- commands.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands.h') diff --git a/commands.h b/commands.h index 4f5c24c..ec0e0b2 100644 --- a/commands.h +++ b/commands.h @@ -1,5 +1,5 @@ -#ifndef _COMMANDS_H_ -#define _COMMANDS_H_ +#ifndef COMMANDS_H +#define COMMANDS_H #include #include -- cgit v1.2.3