diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-09-10 15:33:07 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-09-10 15:33:07 +0200 |
| commit | 68cb9bb85731b361745703f28a2bf2f0cc76da7a (patch) | |
| tree | 61a5aec9ccfe6702b472f547cb9f4f7e0b1f26f2 /include | |
| parent | 3b7d44aa0b84f9c208d906f4d10517e36220ee80 (diff) | |
| download | Project-Tick-68cb9bb85731b361745703f28a2bf2f0cc76da7a.tar.gz Project-Tick-68cb9bb85731b361745703f28a2bf2f0cc76da7a.zip | |
Remove include guard from nbt_tags.h
Diffstat (limited to 'include')
| -rw-r--r-- | include/nbt_tags.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/nbt_tags.h b/include/nbt_tags.h index 810bf0d661..7f557fc769 100644 --- a/include/nbt_tags.h +++ b/include/nbt_tags.h @@ -17,13 +17,8 @@ * You should have received a copy of the GNU Lesser General Public License * along with libnbt++. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef NBT_TAGS_H_INCLUDED -#define NBT_TAGS_H_INCLUDED - #include "tag_primitive.h" #include "tag_string.h" #include "tag_array.h" #include "tag_list.h" #include "tag_compound.h" - -#endif // NBT_TAGS_H_INCLUDED |
