aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/utility.cxx')
-rw-r--r--bpkg/utility.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx
index 95e47ba..c538035 100644
--- a/bpkg/utility.cxx
+++ b/bpkg/utility.cxx
@@ -2,15 +2,15 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <bpkg/utility>
+#include <bpkg/utility.hxx>
#include <iostream> // cout, cin
#include <butl/process>
#include <butl/fdstream>
-#include <bpkg/diagnostics>
-#include <bpkg/common-options>
+#include <bpkg/diagnostics.hxx>
+#include <bpkg/common-options.hxx>
using namespace std;
using namespace butl;