summaryrefslogtreecommitdiff
path: root/src/html/houdini.h
diff options
context:
space:
mode:
authorCraig Barnes <Cr@igBarn.es>2014-11-16 09:19:41 +0000
committerCraig Barnes <Cr@igBarn.es>2014-11-16 09:19:41 +0000
commit386e1ba185d1e51a5ada2b61e524b19d8e7a288b (patch)
treebe0af8d9a9940cd29577e01704a1adb67c593ef5 /src/html/houdini.h
parent2db928d9a6faec16182ec494d3c0cd3424a03d4e (diff)
Rename include guards for consistency and to avoid reserved identifiers
Diffstat (limited to 'src/html/houdini.h')
-rw-r--r--src/html/houdini.h4
1 files changed, 2 insertions, 2 deletions
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" {