From 3c379a1a803e1c7e6376c3fe13659ea5060c3c6f Mon Sep 17 00:00:00 2001 From: Ruakij Date: Mon, 22 Nov 2021 16:15:20 +0100 Subject: [PATCH] Rename split.hpp to string-helper.hpp --- handler/textPacketHandler.hpp | 2 +- helper/{split.hpp => string-helper.hpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename helper/{split.hpp => string-helper.hpp} (100%) diff --git a/handler/textPacketHandler.hpp b/handler/textPacketHandler.hpp index fd00172..0bb6639 100644 --- a/handler/textPacketHandler.hpp +++ b/handler/textPacketHandler.hpp @@ -7,7 +7,7 @@ #include #include #include -#include "../helper/split.hpp" +#include "../helper/string-helper.hpp" #include "../helper/timestampConvert.hpp" #include "../helper/find.hpp" #include "../helper/vector-stats.hpp" diff --git a/helper/split.hpp b/helper/string-helper.hpp similarity index 100% rename from helper/split.hpp rename to helper/string-helper.hpp