1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Make pdqsort always available.

This commit is contained in:
Bartosz Taudul
2020-04-02 02:00:21 +02:00
parent 5dd70c4306
commit 9f0a6b8231
+1 -4
View File
@@ -12,9 +12,6 @@
# define NO_PARALLEL_SORT
#endif
#ifdef NO_PARALLEL_SORT
# include "tracy_pdqsort.h"
#endif
#include "tracy_pdqsort.h"
#endif