From c6f6b2a25230fef769a920c7db2ea7271ba6b999 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 3 Nov 2008 23:24:59 +0100 Subject: [PATCH] Moved ucw/arraysort.h to ucw/sorter/array-simple.h. --- ucw/Makefile | 1 - ucw/sorter/Makefile | 2 +- ucw/{arraysort.h => sorter/array-simple.h} | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename ucw/{arraysort.h => sorter/array-simple.h} (100%) diff --git a/ucw/Makefile b/ucw/Makefile index b9e4016e..8ad225eb 100644 --- a/ucw/Makefile +++ b/ucw/Makefile @@ -36,7 +36,6 @@ LIBUCW_MODS= \ LIBUCW_MAIN_INCLUDES= \ lib.h threads.h \ mempool.h \ - arraysort.h \ clists.h slists.h simple-lists.h \ string.h stkstring.h unicode.h chartype.h regex.h \ wildmatch.h \ diff --git a/ucw/sorter/Makefile b/ucw/sorter/Makefile index b7a91721..7430c032 100644 --- a/ucw/sorter/Makefile +++ b/ucw/sorter/Makefile @@ -3,7 +3,7 @@ DIRS+=ucw/sorter LIBUCW_MODS+=$(addprefix sorter/, config govern sbuck array) -LIBUCW_SORTER_INCLUDES=$(addprefix sorter/, array.h common.h s-fixint.h \ +LIBUCW_SORTER_INCLUDES=$(addprefix sorter/, array.h array-simple.h common.h s-fixint.h \ s-internal.h s-multiway.h s-radix.h s-twoway.h sorter.h) LIBUCW_INCLUDES+=$(LIBUCW_SORTER_INCLUDES) diff --git a/ucw/arraysort.h b/ucw/sorter/array-simple.h similarity index 100% rename from ucw/arraysort.h rename to ucw/sorter/array-simple.h -- 2.39.2