aboutsummaryrefslogtreecommitdiff
path: root/src/cryptopp/cpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptopp/cpu.cpp')
-rw-r--r--src/cryptopp/cpu.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cryptopp/cpu.cpp b/src/cryptopp/cpu.cpp
index d36d3253ae..3e46804212 100644
--- a/src/cryptopp/cpu.cpp
+++ b/src/cryptopp/cpu.cpp
@@ -1,11 +1,11 @@
// cpu.cpp - written and placed in the public domain by Wei Dai
-#include "cryptopp/pch.h"
+#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
-#include "cryptopp/cpu.h"
-#include "cryptopp/misc.h"
+#include "cpu.h"
+#include "misc.h"
#include <algorithm>
#ifdef __GNUC__