aboutsummaryrefslogtreecommitdiff
path: root/bpkg/diagnostics
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-22 13:41:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-22 13:41:54 +0200
commit738050f2a71b2f0d094a692cc48c94653b82287f (patch)
tree874b79e5017be0aefde4f9427ecf6fc95cbe36be /bpkg/diagnostics
parent221f0250fcd7cba4fa4b5e4fd6c0d410eb6e5811 (diff)
Implement rep-fetch command
Diffstat (limited to 'bpkg/diagnostics')
-rw-r--r--bpkg/diagnostics4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/diagnostics b/bpkg/diagnostics
index e48d4f2..565a9e5 100644
--- a/bpkg/diagnostics
+++ b/bpkg/diagnostics
@@ -7,8 +7,7 @@
#include <string>
#include <cstdint>
-#include <utility> // move(), forward()
-#include <cassert>
+#include <utility> // forward()
#include <sstream>
#include <ostream>
#include <exception>
@@ -16,6 +15,7 @@
#include <odb/tracer.hxx>
#include <bpkg/types>
+#include <bpkg/utility>
namespace bpkg
{