aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/example.cpp2
-rw-r--r--doc/tutorial.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/example.cpp b/doc/example.cpp
index 25321f4f8..75d47f988 100644
--- a/doc/example.cpp
+++ b/doc/example.cpp
@@ -1,4 +1,4 @@
-#include "../src/All"
+#include "../src/Core.h"
using namespace std;
diff --git a/doc/tutorial.cpp b/doc/tutorial.cpp
index 794df8fd3..7c45bbde9 100644
--- a/doc/tutorial.cpp
+++ b/doc/tutorial.cpp
@@ -1,4 +1,4 @@
-#include "../src/All"
+#include "../src/Core.h"
using namespace std;