Remove duplicate code in main menu
[oweals/minetest.git] / src / guiTextInputMenu.cpp
index 208ced803cd21ee6e750f7755c339c545817610a..364f69903290a07224d14802d999d2de1401aa2e 100644 (file)
@@ -21,6 +21,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "debug.h"
 #include "serialization.h"
 #include <string>
+#include <IGUICheckBox.h>
+#include <IGUIEditBox.h>
+#include <IGUIButton.h>
+#include <IGUIStaticText.h>
+#include <IGUIFont.h>
 
 #include "gettext.h"