aboutsummaryrefslogtreecommitdiff
path: root/toys/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/sort.c')
-rw-r--r--toys/sort.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/sort.c b/toys/sort.c
index fabff694..89a97026 100644
--- a/toys/sort.c
+++ b/toys/sort.c
@@ -61,7 +61,6 @@ config SORT_FLOAT
*/
#include "toys.h"
-#include <math.h>
DEFINE_GLOBALS(
char *key_separator;