From 66376f033f090045c516dc4bfadd183cfa99316e Mon Sep 17 00:00:00 2001 From: vaclavt Date: Sun, 16 Jan 2022 12:47:01 +0100 Subject: [PATCH] rename file --- csvreader.cpp | 2 +- threadpoool.h => threadpool.h | 0 utils/cp_to_mlisp.sh | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename threadpoool.h => threadpool.h (100%) diff --git a/csvreader.cpp b/csvreader.cpp index 2a091bb..84fd8d8 100644 --- a/csvreader.cpp +++ b/csvreader.cpp @@ -4,7 +4,7 @@ #include "csvreader.h" #include "parser.h" -#include "threadpoool.h" +#include "threadpool.h" namespace usql { diff --git a/threadpoool.h b/threadpool.h similarity index 100% rename from threadpoool.h rename to threadpool.h diff --git a/utils/cp_to_mlisp.sh b/utils/cp_to_mlisp.sh index 738e55f..dc218d0 100755 --- a/utils/cp_to_mlisp.sh +++ b/utils/cp_to_mlisp.sh @@ -20,5 +20,6 @@ row.cpp \ parser.cpp \ table.h \ table.cpp \ +threadpool.h \ index.h \ ../mlisp/usql