summaryrefslogtreecommitdiff
path: root/tagstats
diff options
context:
space:
mode:
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