diff --git a/server/TracySort.hpp b/server/TracySort.hpp index 1fa609c7..0c0d9032 100644 --- a/server/TracySort.hpp +++ b/server/TracySort.hpp @@ -12,9 +12,6 @@ # define NO_PARALLEL_SORT #endif -#ifdef NO_PARALLEL_SORT -# include "tracy_pdqsort.h" -#endif - +#include "tracy_pdqsort.h" #endif