Cleanup: make format after SortedIncludes change
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
* Guarded memory allocation, and boundary-write detection.
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h> /* memcpy */
|
||||
#include <stdarg.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
@@ -33,8 +33,8 @@
|
||||
/* to ensure strict conversions */
|
||||
#include "../../source/blender/blenlib/BLI_strict_flags.h"
|
||||
|
||||
#include "mallocn_intern.h"
|
||||
#include "atomic_ops.h"
|
||||
#include "mallocn_intern.h"
|
||||
|
||||
/* Only for debugging:
|
||||
* store original buffer's name when doing MEM_dupallocN
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
* Memory allocation which keeps track on allocated memory counters
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h> /* memcpy */
|
||||
#include <stdarg.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
@@ -23,11 +23,11 @@
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
# include <windows.h>
|
||||
# include <errno.h>
|
||||
# include <io.h>
|
||||
# include <sys/types.h>
|
||||
# include <stdio.h>
|
||||
# include <sys/types.h>
|
||||
# include <windows.h>
|
||||
|
||||
# include "mmap_win.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user