summaryrefslogtreecommitdiff
path: root/lib/accelerated/x86/x86-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/accelerated/x86/x86-common.c')
-rw-r--r--lib/accelerated/x86/x86-common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/accelerated/x86/x86-common.c b/lib/accelerated/x86/x86-common.c
index 0f355cc411..18e3710362 100644
--- a/lib/accelerated/x86/x86-common.c
+++ b/lib/accelerated/x86/x86-common.c
@@ -25,10 +25,10 @@
* using intel's AES instruction set.
*/
-#include <gnutls_errors.h>
-#include <gnutls_int.h>
+#include "errors.h"
+#include "gnutls_int.h"
#include <gnutls/crypto.h>
-#include <gnutls_errors.h>
+#include "errors.h"
#include <aes-x86.h>
#include <sha-x86.h>
#include <x86-common.h>