summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/potion.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2011-12-14 21:51:45 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2011-12-14 21:51:45 -0600
commitba0cc79b951e4bbfb83063d934d52ce29c2ff314 (patch)
tree3fa5a02b3dc869f2a4986da3bf1f2439d3909d11 /crawl-ref/source/potion.h
parent8648ca73ef3469f6658b522aab6fdaa2390f4df3 (diff)
downloadcrawl-ref-ba0cc79b951e4bbfb83063d934d52ce29c2ff314.tar.gz
crawl-ref-ba0cc79b951e4bbfb83063d934d52ce29c2ff314.zip
Rename a few #include guards to match their associated files.
Diffstat (limited to 'crawl-ref/source/potion.h')
-rw-r--r--crawl-ref/source/potion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/potion.h b/crawl-ref/source/potion.h
index a34018b25c..a9b76a8530 100644
--- a/crawl-ref/source/potion.h
+++ b/crawl-ref/source/potion.h
@@ -3,8 +3,8 @@
* @brief Potion and potion-like effects.
**/
-#ifndef IT_USE2_H
-#define IT_USE2_H
+#ifndef POTION_H
+#define POTION_H
#include "externs.h"