diff --git a/bin/duneproject b/bin/duneproject
index af2178a79713d434a1087babd754d81dd6cd855f..31e616983edbd8088ae92318beeee9233d62e12e 100755
--- a/bin/duneproject
+++ b/bin/duneproject
@@ -549,8 +549,8 @@ cat> "$PROJECT/src/$CMODULE.cc" << CC_DELIM
 # include "config.h"     
 #endif
 #include <iostream>
-#include"dune/common/mpihelper.hh" // An initializer of MPI
-#include"dune/common/exceptions.hh" // We use exceptions
+#include <dune/common/parallel/mpihelper.hh> // An initializer of MPI
+#include <dune/common/exceptions.hh> // We use exceptions
 
 int main(int argc, char** argv)
 {