Cleanup: remove unnecessary system headers

This commit is contained in:
Campbell Barton
2025-05-17 01:59:21 +00:00
parent b3dfde88f3
commit eaedc88c48
3 changed files with 1 additions and 4 deletions

View File

@@ -11,8 +11,6 @@
* \note Does not *fix* anything, only reports found errors.
*/
#include <cstring> /* for #strrchr #strncmp #strstr */
#include "CLG_log.h"
#include "BLI_listbase.h"

View File

@@ -7,7 +7,7 @@
*/
#include "fmt/core.h"
#include <cctype> /* For isdigit. */
#include <cerrno>
#include <cstdarg> /* for va_start/end. */
#include <cstddef> /* for offsetof. */

View File

@@ -6,7 +6,6 @@
* \ingroup blenloader
*/
#include <cerrno>
#include <cstdio>
#include <cstdlib>
#include <cstring>