diff options
author | Benoit Jacob <jacob.benoit.1@gmail.com> | 2007-10-07 15:59:09 +0000 |
---|---|---|
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | 2007-10-07 15:59:09 +0000 |
commit | 4fe78b8e10778430c911f11036f096e0a90874f4 (patch) | |
tree | 724bb139e6bdcfe3b3edf1f1cffabf67f9e3e6de /doc | |
parent | be429ebf9c1b3d759f042267f79db8f4184bfe33 (diff) |
reorganization of headers, part 2/2...
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.cpp | 2 | ||||
-rw-r--r-- | doc/tutorial.cpp | 2 |
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; |