Remove double include

This commit is contained in:
Jeffrey Walton 2018-03-26 23:16:35 -04:00
parent 780a2b8c82
commit c9fc704941
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 1 additions and 2 deletions

View File

@ -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"

View File

@ -14,7 +14,6 @@
#include "pch.h"
#include "config.h"
#include "shacal2.h"
#include "cpu.h"
#include "misc.h"
#include "cpu.h"