Cleanup: remove unnecessary system headers
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#include "fmt/core.h"
|
||||
#include <cctype> /* For isdigit. */
|
||||
|
||||
#include <cerrno>
|
||||
#include <cstdarg> /* for va_start/end. */
|
||||
#include <cstddef> /* for offsetof. */
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
* \ingroup blenloader
|
||||
*/
|
||||
|
||||
#include <cerrno>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
Reference in New Issue
Block a user