From 386e1ba185d1e51a5ada2b61e524b19d8e7a288b Mon Sep 17 00:00:00 2001 From: Craig Barnes Date: Sun, 16 Nov 2014 09:19:41 +0000 Subject: Rename include guards for consistency and to avoid reserved identifiers --- src/html/houdini.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/html/houdini.h') diff --git a/src/html/houdini.h b/src/html/houdini.h index 5fd690d..b8ed0d9 100644 --- a/src/html/houdini.h +++ b/src/html/houdini.h @@ -1,5 +1,5 @@ -#ifndef __HOUDINI_H__ -#define __HOUDINI_H__ +#ifndef CMARK_HOUDINI_H +#define CMARK_HOUDINI_H #ifdef __cplusplus extern "C" { -- cgit v1.2.3