From 40a6ba5c0a5f544bed9c11dc30b751e05a435b1e Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sun, 26 Oct 2014 23:33:50 -0500 Subject: Split helper functions into their own translation units --- bsearch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsearch.c') diff --git a/bsearch.c b/bsearch.c index 3c94d45..39e0711 100644 --- a/bsearch.c +++ b/bsearch.c @@ -1,6 +1,6 @@ #include -#include "sorters.h" +#include "common.h" /* If a matching element exists, returns index of one of them. If none exists, returns index where such an element should be inserted. */ -- cgit v1.2.3