Don't show "by", in case the author name is blank.
[supertux.git] / src / menu.h
index 5fe4e4a..a3b99e0 100644 (file)
 #ifndef SUPERTUX_MENU_H
 #define SUPERTUX_MENU_H
 
-#include <SDL.h>
 #include <vector>
-#include "screen/texture.h"
+
+#include "SDL.h"
+
+#include "screen/surface.h"
 #include "timer.h"
 #include "type.h"
 #include "mousecursor.h"