summaryrefslogtreecommitdiff
path: root/slideshow/manifest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/manifest.txt')
-rw-r--r--slideshow/manifest.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/manifest.txt b/slideshow/manifest.txt
index 12d2daecb002..5bd62df7ac55 100644
--- a/slideshow/manifest.txt
+++ b/slideshow/manifest.txt
@@ -43,7 +43,7 @@ Coding style:
- header guards follow this scheme: INCLUDED_SLIDESHOW_<CLASSNAME>_HXX
- module-external headers, and system headers are included like this:
- #include <module/header.hxx> or #include <boost/shared_ptr.hpp>.
+ #include <module/header.hxx>.
module-internal headers are included like this:
#include "header.hxx"
No external header guards are used in cxx files