also test for .exe progs on win32
[supertux.git] / tools / miniswig / lexer.ll
index 21b13f4..ccaf067 100644 (file)
@@ -3,9 +3,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include <iostream>
-#include "tree.h"
+#include "tree.hpp"
 #include "parser.hpp"
-#include "globals.h"
+#include "globals.hpp"
 
 #define YY_DECL int yylex(YYSTYPE* yylval)