summaryrefslogtreecommitdiffstats
path: root/languages/java/driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/java/driver.cpp')
-rw-r--r--languages/java/driver.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/languages/java/driver.cpp b/languages/java/driver.cpp
index c22bc9ce..3fbcd07b 100644
--- a/languages/java/driver.cpp
+++ b/languages/java/driver.cpp
@@ -17,9 +17,9 @@
Boston, MA 02110-1301, USA.
*/
-#include "JavaAST.hpp"
-#include "JavaLexer.hpp"
-#include "JavaRecognizer.hpp"
+#include "JavaAST.h"
+#include "JavaLexer.h"
+#include "JavaRecognizer.h"
#include <kdebug.h>
#include <stdlib.h>