From: Sebastian Goth Date: Fri, 25 Jul 2008 16:49:25 +0000 (+0200) Subject: Another trivial naming adjustment X-Git-Tag: 0.3.0~196 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=99b15ffe7d25b4574f6a85ba394d9514d8b6248a Another trivial naming adjustment --- diff --git a/src/common/logger.h b/src/common/logger.h index 07ae0156..708801ad 100644 --- a/src/common/logger.h +++ b/src/common/logger.h @@ -18,8 +18,8 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef _LOGGER_H_ -#define _LOGGER_H_ +#ifndef LOGGER_H +#define LOGGER_H #include "types.h"