diff --git a/cppformat/format.h b/cppformat/format.h deleted file mode 100644 index 3fbf86b8..00000000 --- a/cppformat/format.h +++ /dev/null @@ -1,2 +0,0 @@ -#include "../fmt/format.h" -#warning Including cppformat/format.h is deprecated. Include fmt/format.h instead. diff --git a/cppformat/posix.h b/cppformat/posix.h deleted file mode 100644 index 97b6fadc..00000000 --- a/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.