aboutsummaryrefslogtreecommitdiff
path: root/msvc-common/msvc-filter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'msvc-common/msvc-filter.cxx')
-rw-r--r--msvc-common/msvc-filter.cxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/msvc-common/msvc-filter.cxx b/msvc-common/msvc-filter.cxx
index 662c448..feff7d8 100644
--- a/msvc-common/msvc-filter.cxx
+++ b/msvc-common/msvc-filter.cxx
@@ -1,5 +1,4 @@
// file : msvc-common/msvc-filter.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <sys/time.h> // timeval
@@ -15,11 +14,11 @@
#include <system_error>
#include <unordered_map>
-#include <libbutl/path.mxx> // path::traits::realize()
-#include <libbutl/utility.mxx> // alpha(), throw_*_error()
-#include <libbutl/process.mxx>
-#include <libbutl/optional.mxx>
-#include <libbutl/fdstream.mxx>
+#include <libbutl/path.hxx> // path::traits::realize()
+#include <libbutl/utility.hxx> // alpha(), throw_*_error()
+#include <libbutl/process.hxx>
+#include <libbutl/optional.hxx>
+#include <libbutl/fdstream.hxx>
#include <msvc-common/version.hxx>