summaryrefslogtreecommitdiffstats
path: root/include/history.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-07-27 09:22:21 +0200
committerDave Davenport <qball@gmpclient.org>2015-07-27 09:22:21 +0200
commit8104997e6f1c2d9de4c9757d6cfa79831aa20e9c (patch)
treea8f561386b470748beb698b03505ef7928955dd2 /include/history.h
parent99016c5640a172306f1cd4dda9cc773e65f06f11 (diff)
Bug #191 rename header guard to not use reserved macro name.
Diffstat (limited to 'include/history.h')
-rw-r--r--include/history.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/history.h b/include/history.h
index 8384d10f..0a501ab7 100644
--- a/include/history.h
+++ b/include/history.h
@@ -24,8 +24,8 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
-#ifndef __HISTORY_H__
-#define __HISTORY_H__
+#ifndef HISTORY_H
+#define HISTORY_H
/**
* @param filename The filename of the history cache.