aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/module.cxx')
-rw-r--r--build2/cc/module.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/build2/cc/module.cxx b/build2/cc/module.cxx
index 7df71ba..6d8c799 100644
--- a/build2/cc/module.cxx
+++ b/build2/cc/module.cxx
@@ -2,20 +2,20 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <build2/cc/module>
+#include <build2/cc/module.hxx>
#include <iomanip> // left, setw()
-#include <build2/scope>
-#include <build2/context>
-#include <build2/diagnostics>
+#include <build2/scope.hxx>
+#include <build2/context.hxx>
+#include <build2/diagnostics.hxx>
-#include <build2/bin/target>
+#include <build2/bin/target.hxx>
-#include <build2/config/utility>
-#include <build2/install/utility>
+#include <build2/config/utility.hxx>
+#include <build2/install/utility.hxx>
-#include <build2/cc/guess>
+#include <build2/cc/guess.hxx>
using namespace std;
using namespace butl;