Browse Source

Merge pull request #9257 from Shockblast/patch-1

Remove Duplicate Include
Thomas Herzog 8 years ago
parent
commit
ceded65c01
1 changed files with 0 additions and 1 deletions
  1. 0 1
      scene/2d/animated_sprite.cpp

+ 0 - 1
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"