diff options
author | Thomas Herzog <karroffel@users.noreply.github.com> | 2017-06-20 10:58:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-20 10:58:00 +0200 |
commit | ceded65c015b5456b8676cd5d61bb7176670ec19 (patch) | |
tree | 7955e96d5e3ff985c10126be0e340d1cc7969543 | |
parent | f919be936b366f23388a8bcd99941d1fcd7cba73 (diff) | |
parent | 3e733d0f920e2bab20900235d1919dc804f97a51 (diff) |
Merge pull request #9257 from Shockblast/patch-1
Remove Duplicate Include
-rw-r--r-- | scene/2d/animated_sprite.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/2d/animated_sprite.cpp b/scene/2d/animated_sprite.cpp index 6a3238b64e..a1ab51b3c8 100644 --- a/scene/2d/animated_sprite.cpp +++ b/scene/2d/animated_sprite.cpp @@ -30,7 +30,6 @@ #include "animated_sprite.h" #include "os/os.h" #include "scene/scene_string_names.h" -#include "scene/scene_string_names.h" #define NORMAL_SUFFIX "_normal" |