aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/install.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/install.cxx')
-rw-r--r--build2/cc/install.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/build2/cc/install.cxx b/build2/cc/install.cxx
index e1e5719..e09a62f 100644
--- a/build2/cc/install.cxx
+++ b/build2/cc/install.cxx
@@ -2,14 +2,14 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <build2/cc/install>
+#include <build2/cc/install.hxx>
-#include <build2/algorithm>
+#include <build2/algorithm.hxx>
-#include <build2/bin/target>
+#include <build2/bin/target.hxx>
-#include <build2/cc/link> // match()
-#include <build2/cc/utility>
+#include <build2/cc/link.hxx> // match()
+#include <build2/cc/utility.hxx>
using namespace std;