Removed capital letters from filenames

This commit is contained in:
tevador
2019-04-20 16:53:06 +02:00
parent d7276d5786
commit d7eefce583
44 changed files with 263 additions and 299 deletions

View File

@@ -20,7 +20,7 @@ along with RandomX. If not, see<http://www.gnu.org/licenses/>.
#pragma once
#include <cstdint>
#include "Instruction.hpp"
#include "instruction.hpp"
#include "configuration.h"
namespace randomx {