From 54c8e24fabc4437f60d20f3a20bad5b05b83f97b Mon Sep 17 00:00:00 2001 From: rexy712 Date: Wed, 20 Apr 2022 15:56:06 -0700 Subject: [PATCH] Fix cyclical header inclusion --- include/rexy/string_hash.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/rexy/string_hash.hpp b/include/rexy/string_hash.hpp index e22f300..42b0175 100644 --- a/include/rexy/string_hash.hpp +++ b/include/rexy/string_hash.hpp @@ -19,7 +19,6 @@ #ifndef REXY_STRING_HASH_HPP #define REXY_STRING_HASH_HPP -#include "hash.hpp" #include "rexy.hpp" namespace rexy{