diff --git a/textproc/uncrustify/files/patch-src_backup.cpp b/textproc/uncrustify/files/patch-src_backup.cpp deleted file mode 100644 index 3559973d0d7b..000000000000 --- a/textproc/uncrustify/files/patch-src_backup.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/backup.cpp.orig 2021-05-13 14:53:40 UTC -+++ src/backup.cpp -@@ -29,9 +29,7 @@ - #include "md5.h" - #include "unc_ctype.h" - --#ifdef __APPLE__ --#include // is needed under OSX --#endif -+#include - - using namespace std; - diff --git a/textproc/uncrustify/files/patch-src_keywords.cpp b/textproc/uncrustify/files/patch-src_keywords.cpp deleted file mode 100644 index d0923a5ac44d..000000000000 --- a/textproc/uncrustify/files/patch-src_keywords.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/keywords.cpp.orig 2021-05-13 14:53:40 UTC -+++ src/keywords.cpp -@@ -13,6 +13,7 @@ - #include "args.h" - #include "prototypes.h" - -+#include - #include - - diff --git a/textproc/uncrustify/files/patch-src_output.cpp b/textproc/uncrustify/files/patch-src_output.cpp deleted file mode 100644 index 85c70a21a9bf..000000000000 --- a/textproc/uncrustify/files/patch-src_output.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- src/output.cpp.orig 2021-05-13 14:53:40 UTC -+++ src/output.cpp -@@ -17,12 +17,9 @@ - #include "unc_ctype.h" - #include "unicode.h" - -+#include - #include - #include -- --#ifdef WIN32 --#include // to get std::map --#endif // WIN32 - - - constexpr static auto LCURRENT = LOUTPUT; diff --git a/textproc/uncrustify/files/patch-src_tokenize.cpp b/textproc/uncrustify/files/patch-src_tokenize.cpp deleted file mode 100644 index 5355d9270c67..000000000000 --- a/textproc/uncrustify/files/patch-src_tokenize.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/tokenize.cpp.orig 2021-05-13 14:53:40 UTC -+++ src/tokenize.cpp -@@ -16,10 +16,7 @@ - #include "unc_ctype.h" - - #include -- --#ifdef WIN32 --#include // to get std::stack --#endif // WIN32 -+#include - - - #define LE_COUNT(x) cpd.le_counts[static_cast(LE_ ## x)] diff --git a/textproc/uncrustify/files/patch-src_uncrustify.cpp b/textproc/uncrustify/files/patch-src_uncrustify.cpp deleted file mode 100644 index 0e042ba8fee5..000000000000 --- a/textproc/uncrustify/files/patch-src_uncrustify.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/uncrustify.cpp.orig 2021-05-13 14:53:40 UTC -+++ src/uncrustify.cpp -@@ -43,6 +43,7 @@ - #include "universalindentgui.h" - #include "width.h" - -+#include - #include - #include - #ifdef HAVE_UNISTD_H