Use bracket syntax includes ("#include <foo.h>")
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
#include <x86intrin.h>
|
||||
#endif
|
||||
|
||||
#include "crypto/sha256.h"
|
||||
#include "crypto/common.h"
|
||||
#include <crypto/sha256.h>
|
||||
#include <crypto/common.h>
|
||||
|
||||
namespace sha256d64_avx2 {
|
||||
namespace {
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
#include <x86intrin.h>
|
||||
#endif
|
||||
|
||||
#include "crypto/sha256.h"
|
||||
#include "crypto/common.h"
|
||||
#include <crypto/sha256.h>
|
||||
#include <crypto/common.h>
|
||||
|
||||
namespace sha256d64_sse41 {
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user