forked from mirrors/0ad
cleanup (requires update-workspaces):
major refactor of wfilesystem - remove gotos and workaround for FAT file times replace more round_up of constants with Align<> remove old unused allocators (STL aligned, matrix, some shared_ptr) move allocator utils into separate headers. remove lockfree, wterminal avoid testing __cplusplus This was SVN commit r9361.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "precompiled.h"
|
||||
#include "lib/allocators/shared_ptr.h"
|
||||
|
||||
#include "lib/allocators/allocators.h" // AllocatorChecker
|
||||
#include "lib/allocators/allocator_checker.h"
|
||||
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
||||
Reference in New Issue
Block a user