diff options
author | Naios <naios-dev@live.de> | 2017-10-05 01:32:10 +0200 |
---|---|---|
committer | Naios <naios-dev@live.de> | 2017-10-16 21:35:01 +0200 |
commit | 5077c8289cd52108bf9aeb8fb6ab2742ae3e0b95 (patch) | |
tree | 278ed73d516f70cd64a61a000e4aa80ea11b339d /dep/fmt/cppformat/posix.h | |
parent | 81b65fef45f458d74a28635507169e7c3a2038de (diff) |
Dep/fmt: Update fmt to fmtlib/fmt@5f39721c0a4
* Rename cppformat to fmt in the PackageList.txt
Diffstat (limited to 'dep/fmt/cppformat/posix.h')
-rw-r--r-- | dep/fmt/cppformat/posix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dep/fmt/cppformat/posix.h b/dep/fmt/cppformat/posix.h deleted file mode 100644 index 97b6fadcdea..00000000000 --- a/dep/fmt/cppformat/posix.h +++ /dev/null @@ -1,2 +0,0 @@ -#include "../fmt/posix.h" -#warning Including cppformat/posix.h is deprecated. Include fmt/posix.h instead. |