summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-06 08:28:18 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-10 13:09:45 +0000
commit93f29880839dc5589bb35f63260a7152ead7655f (patch)
tree865dd65298dd11d949efed2ac3f58f3564c7cc8f /src/util.h
parentd7965cce4c5f95da7971bce6f800739a4cd2f17d (diff)
Introduce dc::Package, changing lots of namespaces in the process.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index b5f993be..70c07f1d 100644
--- a/src/util.h
+++ b/src/util.h
@@ -39,7 +39,6 @@ namespace xmlpp {
}
namespace dcp {
-namespace dc {
class ARGBImage;
class CertificateChain;
@@ -67,6 +66,5 @@ extern std::string private_key_fingerprint (std::string key);
extern xmlpp::Node* find_child (xmlpp::Node const * node, std::string name);
}
-}
#endif