aboutsummaryrefslogtreecommitdiff
path: root/build2/depdb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/depdb.cxx')
-rw-r--r--build2/depdb.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/depdb.cxx b/build2/depdb.cxx
index 60425d5..5aa2970 100644
--- a/build2/depdb.cxx
+++ b/build2/depdb.cxx
@@ -2,9 +2,9 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <build2/depdb>
+#include <build2/depdb.hxx>
-#include <butl/filesystem> // file_mtime()
+#include <libbutl/filesystem.hxx> // file_mtime()
using namespace std;
using namespace butl;