aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2022-06-26 16:45:52 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2022-07-08 19:17:35 +0200
commit2087cc237cd0fe1ed29ebf891648bacb46f4833b (patch)
treeede4ba232bea36d8fc670ce360514927a2400bc7 /include
parentaed35c78c6a51a4b4c37ebda5643d2246842fb74 (diff)
Cleanup: move libutil headers to sub directory
Move all the libutil stuff from the toplevel include/ to a util/ sub directory and fix up the includes that make use of them. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
-rw-r--r--include/util/array.h (renamed from include/array.h)0
-rw-r--r--include/util/hash_table.h (renamed from include/hash_table.h)0
-rw-r--r--include/util/mempool.h (renamed from include/mempool.h)0
-rw-r--r--include/util/rbtree.h (renamed from include/rbtree.h)0
-rw-r--r--include/util/str_table.h (renamed from include/str_table.h)0
-rw-r--r--include/util/threadpool.h (renamed from include/threadpool.h)0
-rw-r--r--include/util/util.h (renamed from include/util.h)0
-rw-r--r--include/util/w32threadwrap.h (renamed from include/w32threadwrap.h)0
8 files changed, 0 insertions, 0 deletions
diff --git a/include/array.h b/include/util/array.h
index cbac7c2..cbac7c2 100644
--- a/include/array.h
+++ b/include/util/array.h
diff --git a/include/hash_table.h b/include/util/hash_table.h
index 813e059..813e059 100644
--- a/include/hash_table.h
+++ b/include/util/hash_table.h
diff --git a/include/mempool.h b/include/util/mempool.h
index c946c31..c946c31 100644
--- a/include/mempool.h
+++ b/include/util/mempool.h
diff --git a/include/rbtree.h b/include/util/rbtree.h
index aac175b..aac175b 100644
--- a/include/rbtree.h
+++ b/include/util/rbtree.h
diff --git a/include/str_table.h b/include/util/str_table.h
index 206fa3a..206fa3a 100644
--- a/include/str_table.h
+++ b/include/util/str_table.h
diff --git a/include/threadpool.h b/include/util/threadpool.h
index f25c497..f25c497 100644
--- a/include/threadpool.h
+++ b/include/util/threadpool.h
diff --git a/include/util.h b/include/util/util.h
index 4b05340..4b05340 100644
--- a/include/util.h
+++ b/include/util/util.h
diff --git a/include/w32threadwrap.h b/include/util/w32threadwrap.h
index 6b7344c..6b7344c 100644
--- a/include/w32threadwrap.h
+++ b/include/util/w32threadwrap.h