aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/fetch.cxx')
-rw-r--r--bpkg/fetch.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/fetch.cxx b/bpkg/fetch.cxx
index 6fe851e..71be02b 100644
--- a/bpkg/fetch.cxx
+++ b/bpkg/fetch.cxx
@@ -2,7 +2,7 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <bpkg/fetch>
+#include <bpkg/fetch.hxx>
#include <sstream>
@@ -11,8 +11,8 @@
#include <butl/filesystem>
#include <butl/manifest-parser>
-#include <bpkg/checksum>
-#include <bpkg/diagnostics>
+#include <bpkg/checksum.hxx>
+#include <bpkg/diagnostics.hxx>
using namespace std;
using namespace butl;