Fix #include guards to match project structure
All checks were successful
ChaosTest CI / build-and-test (push) Successful in 1m10s
All checks were successful
ChaosTest CI / build-and-test (push) Successful in 1m10s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef CHAOS_CIPHER_ARC4CRYPT_HPP
|
||||
#define CHAOS_CIPHER_ARC4CRYPT_HPP
|
||||
#ifndef CHAOS_CIPHER_ARC4_ARC4CRYPT_HPP
|
||||
#define CHAOS_CIPHER_ARC4_ARC4CRYPT_HPP
|
||||
|
||||
#include "Arc4Gen.hpp"
|
||||
#include "Service/SeArray.hpp"
|
||||
|
||||
Reference in New Issue
Block a user