uvg266/src/strategies/strategies-common.h
Ari Lemmetti ce77bfa15b Replace KVZ_PERMUTE with _MM_SHUFFLE
The same exact macro already exists
2016-08-22 19:08:46 +03:00

14 lines
203 B
C

#ifndef STRATEGIES_COMMON_H_
#define STRATEGIES_COMMON_H_
/**
* \ingroup Optimization
* \file
* Common tools strategies.
*/
#include "global.h" // IWYU pragma: keep
#endif //STRATEGIES_COMMON_H_