Remove the array_stack_align.h header from the encoder lib

All of these macros are already available in the common
macros.h header. Unify all the macros to be named ENFORCE_*
instead of mixed FORCE/ENFORCE.
This commit is contained in:
Martin Storsjö
2014-01-29 21:56:23 +02:00
parent e413ed20a2
commit 66c39a4fd4
16 changed files with 41 additions and 174 deletions

View File

@@ -51,7 +51,6 @@
#include "ref_list_mgr_svc.h"
#include "ls_defines.h"
#include "crt_util_safe_x.h" // Safe CRT routines like utils for cross platforms
#include "array_stack_align.h"
#if defined(MT_ENABLED)
#include "slice_multi_threading.h"
#endif//MT_ENABLED