diff options
| -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 |
