From c9fc7049415ba0342ff7a2356abec1650ce9199b Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 26 Mar 2018 23:16:35 -0400 Subject: [PATCH] Remove double include --- shacal2-simd.cpp | 2 +- shacal2.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/shacal2-simd.cpp b/shacal2-simd.cpp index 6fb7f2b0..5bcf455d 100644 --- a/shacal2-simd.cpp +++ b/shacal2-simd.cpp @@ -9,7 +9,7 @@ // // This source file uses intrinsics to gain access to SHA-NI and // ARMv8a SHA instructions. A separate source file is needed because -// additional CXXFLAGS are required to enable the appropriate instructions +// additional CXXFLAGS are required to enable the appropriate instruction // sets in some build configurations. #include "pch.h" diff --git a/shacal2.cpp b/shacal2.cpp index 6cad11ef..bdaf644e 100644 --- a/shacal2.cpp +++ b/shacal2.cpp @@ -14,7 +14,6 @@ #include "pch.h" #include "config.h" #include "shacal2.h" -#include "cpu.h" #include "misc.h" #include "cpu.h"