From 6c184efa75585915fb726c08f80183177d87337d Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 22 Aug 2016 08:39:26 -0700 Subject: [PATCH] Remove old compatibility headers --- cppformat/format.h | 2 -- cppformat/posix.h | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 cppformat/format.h delete mode 100644 cppformat/posix.h 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.