summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2021-04-23 09:56:40 +0200
committerDaiki Ueno <ueno@gnu.org>2021-04-23 10:36:56 +0200
commitc0ba5be26e5202343930701c9546a82c6672b50d (patch)
tree640433686ce73f2ad94f07cad26a712d7da8bca1
parent79d0ffdefc592be847f26520e4dbd954b3faff2e (diff)
downloadgnutls-c0ba5be26e5202343930701c9546a82c6672b50d.tar.gz
afalg: cleanup header inclusion
Signed-off-by: Daiki Ueno <ueno@gnu.org>
-rw-r--r--lib/accelerated/afalg.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/accelerated/afalg.c b/lib/accelerated/afalg.c
index b96aadf1aa..1024a56353 100644
--- a/lib/accelerated/afalg.c
+++ b/lib/accelerated/afalg.c
@@ -17,19 +17,19 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "errors.h"
-#include "gnutls_int.h"
-#include <gnutls/crypto.h>
-#include "errors.h"
-#include <accelerated/afalg.h>
-#include "malloca.h"
+#include "config.h"
-#include <sys/uio.h>
+#include <accelerated/afalg.h>
#ifdef ENABLE_AFALG
+#include "errors.h"
+#include "gnutls_int.h"
+
+#include <gnutls/crypto.h>
#include <kcapi.h>
#include <limits.h>
+#include "malloca.h"
/************************ Symmetric cipher algorithms ************************/