Cleanup: make format after SortedIncludes change
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
#ifndef __MEM_ALLOCATOR_H__
|
||||
#define __MEM_ALLOCATOR_H__
|
||||
|
||||
#include <stddef.h>
|
||||
#include "guardedalloc/MEM_guardedalloc.h"
|
||||
#include <stddef.h>
|
||||
|
||||
template<typename _Tp> struct MEM_Allocator {
|
||||
typedef size_t size_type;
|
||||
|
||||
@@ -53,10 +53,10 @@
|
||||
* \endcode
|
||||
*/
|
||||
|
||||
#include "MEM_Allocator.h"
|
||||
#include <list>
|
||||
#include <queue>
|
||||
#include <vector>
|
||||
#include "MEM_Allocator.h"
|
||||
|
||||
template<class T> class MEM_CacheLimiter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user