aboutsummaryrefslogtreecommitdiff
path: root/bpkg/satisfaction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/satisfaction.cxx')
-rw-r--r--bpkg/satisfaction.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/bpkg/satisfaction.cxx b/bpkg/satisfaction.cxx
index bf033e9..7bcf1fd 100644
--- a/bpkg/satisfaction.cxx
+++ b/bpkg/satisfaction.cxx
@@ -2,14 +2,14 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <bpkg/satisfaction>
+#include <bpkg/satisfaction.hxx>
#include <butl/process>
#include <butl/fdstream>
-#include <bpkg/utility>
-#include <bpkg/package-odb>
-#include <bpkg/diagnostics>
+#include <bpkg/utility.hxx>
+#include <bpkg/package-odb.hxx>
+#include <bpkg/diagnostics.hxx>
using namespace std;
using namespace butl;