Removed misplaced include.

This commit is contained in:
NathanSweet 2013-05-11 15:34:49 +02:00
parent 3d50bb59bb
commit d30e5de5be

View File

@ -72,7 +72,7 @@ void Skin_dispose (Skin* self) {
FREE(self->name);
FREE(self);
}
#include <stdio.h>
void Skin_addAttachment (Skin* self, int slotIndex, const char* name, Attachment* attachment) {
_Entry* newEntry = _Entry_create(slotIndex, name, attachment);
newEntry->next = SUB_CAST(_Internal, self) ->entries;