summaryrefslogtreecommitdiff
path: root/slideshow/manifest.txt
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-02-24 09:18:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-02-24 09:18:27 +0000
commit4e354737908b89713297ebf5216eb44f3d9ae990 (patch)
treeeca194608791d296831920a1643e9608f9574722 /slideshow/manifest.txt
parentd01f2531e28fd547e0f03ddeb90a409f05c25b6a (diff)
remove boost/shared_ptr foo
Change-Id: Id208712f80e820f23d898359a4d58297a09e5a77
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