Use bracket syntax includes ("#include <foo.h>")

This commit is contained in:
practicalswift
2018-05-14 09:51:03 +02:00
parent a589f536b5
commit 906bee8e5f
5 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -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 {
+2 -2
View File
@@ -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 {