Cleanup: make format after SortedIncludes change

This commit is contained in:
Dalai Felinto
2020-03-19 09:33:03 +01:00
parent 008aaaa378
commit 2d1cce8331
1715 changed files with 5246 additions and 5251 deletions

View File

@@ -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;

View File

@@ -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;