aboutsummaryrefslogtreecommitdiff
path: root/build2/diagnostics.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/diagnostics.cxx')
-rw-r--r--build2/diagnostics.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/diagnostics.cxx b/build2/diagnostics.cxx
index 0c4e63f..25339f7 100644
--- a/build2/diagnostics.cxx
+++ b/build2/diagnostics.cxx
@@ -2,11 +2,11 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <build2/diagnostics>
+#include <build2/diagnostics.hxx>
#include <cstring> // strchr()
-#include <butl/process-io>
+#include <libbutl/process-io.hxx>
using namespace std;