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