system/FmtError: move to lib/fmt/

This commit is contained in:
Max Kellermann
2022-11-28 23:05:15 +01:00
parent 7d8c076e06
commit 66029c405f
23 changed files with 30 additions and 22 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
#include "FileOutputStream.hxx"
#include "lib/fmt/PathFormatter.hxx"
#include "system/FmtError.hxx"
#include "lib/fmt/SystemError.hxx"
#include "util/StringFormat.hxx"
#ifdef _WIN32
+1 -1
View File
@@ -30,7 +30,7 @@
#include "FileReader.hxx"
#include "lib/fmt/PathFormatter.hxx"
#include "fs/FileInfo.hxx"
#include "system/FmtError.hxx"
#include "lib/fmt/SystemError.hxx"
#include "io/Open.hxx"
#include <cassert>
+1 -1
View File
@@ -29,7 +29,7 @@
#include "Open.hxx"
#include "UniqueFileDescriptor.hxx"
#include "system/FmtError.hxx"
#include "lib/fmt/SystemError.hxx"
#include <fcntl.h>