Fix cyclical header inclusion

This commit is contained in:
rexy712 2022-04-20 15:56:06 -07:00
parent 7f9a1195fa
commit 54c8e24fab

View File

@ -19,7 +19,6 @@
#ifndef REXY_STRING_HASH_HPP #ifndef REXY_STRING_HASH_HPP
#define REXY_STRING_HASH_HPP #define REXY_STRING_HASH_HPP
#include "hash.hpp"
#include "rexy.hpp" #include "rexy.hpp"
namespace rexy{ namespace rexy{