summaryrefslogtreecommitdiff
path: root/tagstats
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-08-20 19:34:41 +0200
committerJochen Topf <jochen@topf.org>2012-08-20 19:34:41 +0200
commit4a43e28b2e9c3aae840a2da21043197f760d077c (patch)
tree30aed34db788fecb010a9f615cd7a74ffe4b78a2 /tagstats
parente9a029d76ae05981913f33e6b66ad7733d449a40 (diff)
downloadtaginfo-4a43e28b2e9c3aae840a2da21043197f760d077c.tar
taginfo-4a43e28b2e9c3aae840a2da21043197f760d077c.tar.gz
Unify names of include guard macros
Diffstat (limited to 'tagstats')
-rw-r--r--tagstats/statistics_handler.hpp6
-rw-r--r--tagstats/string_store.hpp6
2 files changed, 6 insertions, 6 deletions
diff --git a/tagstats/statistics_handler.hpp b/tagstats/statistics_handler.hpp
index 947a930..a2aa1f5 100644
--- a/tagstats/statistics_handler.hpp
+++ b/tagstats/statistics_handler.hpp
@@ -1,5 +1,5 @@
-#ifndef TAGSTATS_HANDLER_STATISTICS_HPP
-#define TAGSTATS_HANDLER_STATISTICS_HPP
+#ifndef TAGSTATS_STATISTICS_HANDLER_HPP
+#define TAGSTATS_STATISTICS_HANDLER_HPP
/*
@@ -217,4 +217,4 @@ private:
}; // class StatisticsHandler
-#endif // TAGSTATS_HANDLER_STATISTICS_HPP
+#endif // TAGSTATS_STATISTICS_HANDLER_HPP
diff --git a/tagstats/string_store.hpp b/tagstats/string_store.hpp
index fad9085..5fff5cb 100644
--- a/tagstats/string_store.hpp
+++ b/tagstats/string_store.hpp
@@ -1,5 +1,5 @@
-#ifndef STRING_STORE_HPP
-#define STRING_STORE_HPP
+#ifndef TAGSTATS_STRING_STORE_HPP
+#define TAGSTATS_STRING_STORE_HPP
/*
@@ -125,4 +125,4 @@ public:
};
-#endif // STRING_STORE_HPP
+#endif // TAGSTATS_STRING_STORE_HPP