diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-23 16:16:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-23 16:16:23 +0200 |
commit | dea0d0913711f23fff3b902e3aa6006c6b54905a (patch) | |
tree | 3d1c3802af8bf68566e02683347f4251fa6d603e /build | |
parent | e5fedf8a485d7b1b7d26e08557ca40c863d3255b (diff) |
Clean up file names
Diffstat (limited to 'build')
-rw-r--r-- | build/key-set | 2 | ||||
-rw-r--r-- | build/prefix-map (renamed from build/prefix_map) | 4 | ||||
-rw-r--r-- | build/prefix-map.txx (renamed from build/prefix_map.txx) | 2 | ||||
-rw-r--r-- | build/rule | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/build/key-set b/build/key-set index 9cb7d6c..8c197b8 100644 --- a/build/key-set +++ b/build/key-set @@ -1,4 +1,4 @@ -// file : build/key_set -*- C++ -*- +// file : build/key-set -*- C++ -*- // copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file diff --git a/build/prefix_map b/build/prefix-map index f911d26..d2ca9be 100644 --- a/build/prefix_map +++ b/build/prefix-map @@ -1,4 +1,4 @@ -// file : build/prefix_map -*- C++ -*- +// file : build/prefix-map -*- C++ -*- // copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file @@ -135,6 +135,6 @@ namespace build prefix_map_impl<std::multimap<K, T, compare_prefix<K>>, D>; } -#include <build/prefix_map.txx> +#include <build/prefix-map.txx> #endif // BUILD_PREFIX_MAP diff --git a/build/prefix_map.txx b/build/prefix-map.txx index 91f8e0a..0da911d 100644 --- a/build/prefix_map.txx +++ b/build/prefix-map.txx @@ -1,4 +1,4 @@ -// file : build/prefix_map.txx -*- C++ -*- +// file : build/prefix-map.txx -*- C++ -*- // copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file @@ -11,7 +11,7 @@ #include <unordered_map> #include <build/target> -#include <build/prefix_map> +#include <build/prefix-map> namespace build { |