diff --git a/src/easy/return_types_easy.hpp b/src/easy/return_types_easy.hpp index f248c18..7bec622 100644 --- a/src/easy/return_types_easy.hpp +++ b/src/easy/return_types_easy.hpp @@ -14,8 +14,8 @@ * along with this program. If not, see . */ -#ifndef RETURN_TYPES_EASY_HPP -#define RETURN_TYPES_EASY_HPP +#ifndef MASTODON_CPP_EASY_RETURN_TYPES_EASY_HPP +#define MASTODON_CPP_EASY_RETURN_TYPES_EASY_HPP #include #include @@ -107,4 +107,4 @@ namespace Easy } } -#endif // RETURN_TYPES_EASY_HPP +#endif // MASTODON_CPP_EASY_RETURN_TYPES_EASY_HPP