aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/gcc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/gcc.cxx')
-rw-r--r--build2/cc/gcc.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/build2/cc/gcc.cxx b/build2/cc/gcc.cxx
index c16191a..b5dd236 100644
--- a/build2/cc/gcc.cxx
+++ b/build2/cc/gcc.cxx
@@ -2,18 +2,18 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <build2/scope>
-#include <build2/target>
-#include <build2/context>
-#include <build2/variable>
-#include <build2/filesystem>
-#include <build2/diagnostics>
+#include <build2/scope.hxx>
+#include <build2/target.hxx>
+#include <build2/context.hxx>
+#include <build2/variable.hxx>
+#include <build2/filesystem.hxx>
+#include <build2/diagnostics.hxx>
-#include <build2/bin/target>
+#include <build2/bin/target.hxx>
-#include <build2/cc/types>
+#include <build2/cc/types.hxx>
-#include <build2/cc/module>
+#include <build2/cc/module.hxx>
using namespace std;
using namespace butl;