Set 'licence' attribute on sound files
[supertux.git] / src / badguy / yeti.hpp
index a3c996f..3d55f4e 100644 (file)
 #ifndef __YETI_H__
 #define __YETI_H__
 
-#include <memory>
-
 #include "badguy.hpp"
 
+#include <memory>
+
 class Yeti : public BadGuy
 {
 public: