Remove double include
parent
780a2b8c82
commit
c9fc704941
|
|
@ -9,7 +9,7 @@
|
||||||
//
|
//
|
||||||
// This source file uses intrinsics to gain access to SHA-NI and
|
// This source file uses intrinsics to gain access to SHA-NI and
|
||||||
// ARMv8a SHA instructions. A separate source file is needed because
|
// 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.
|
// sets in some build configurations.
|
||||||
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "shacal2.h"
|
#include "shacal2.h"
|
||||||
#include "cpu.h"
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue