rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h>
in the examples instead of ugly things like #include"../../src/Core.h"
diff --git a/doc/examples/function_dynBlock.cpp b/doc/examples/function_dynBlock.cpp
index bd3cbae..7a7e1b3 100644
--- a/doc/examples/function_dynBlock.cpp
+++ b/doc/examples/function_dynBlock.cpp
@@ -1,4 +1,4 @@
-#include "../src/Core.h"
+#include <Eigen/Core.h>
 USING_EIGEN_DATA_TYPES
 using namespace std;
 int main(int, char**)