aboutsummaryrefslogtreecommitdiff
path: root/build2/spec.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/spec.cxx')
-rw-r--r--build2/spec.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/spec.cxx b/build2/spec.cxx
index c6f386c..da581c8 100644
--- a/build2/spec.cxx
+++ b/build2/spec.cxx
@@ -2,10 +2,10 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <build2/spec>
+#include <build2/spec.hxx>
-#include <build2/context>
-#include <build2/diagnostics>
+#include <build2/context.hxx>
+#include <build2/diagnostics.hxx>
using namespace std;