diff --git a/doc/generated/hello.cpp b/doc/generated/hello.cpp index c43cdc74d..19042b513 100644 --- a/doc/generated/hello.cpp +++ b/doc/generated/hello.cpp @@ -23,11 +23,11 @@ DEALINGS IN THE SOFTWARE. */ -#include -#include #include +#include #include #include +#include #include using namespace Magnum; diff --git a/doc/getting-started.dox b/doc/getting-started.dox index 9d4a59817..ccf6ce0fa 100644 --- a/doc/getting-started.dox +++ b/doc/getting-started.dox @@ -187,10 +187,10 @@ the concepts of graphics programming, we can change clear color to something else and also print basic information about the GPU the engine is running on. First include the needed headers: @code -#include #include #include #include +#include @endcode And in the constructor (which is currently empty) change the clear color and diff --git a/doc/platform.dox b/doc/platform.dox index 7aa6544af..cd5a86bd5 100644 --- a/doc/platform.dox +++ b/doc/platform.dox @@ -66,9 +66,9 @@ blue color is shown in the following code listing. repository. @code -#include #include #include +#include #include using namespace Magnum;