]> granicus.if.org Git - p11-kit/commitdiff
Drop unused libtasn1.h include
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Fri, 8 Nov 2013 07:35:00 +0000 (07:35 +0000)
committerStef Walter <stef@thewalter.net>
Fri, 8 Nov 2013 08:38:00 +0000 (09:38 +0100)
It's not only unsed, but also causes build fail because CFLAGS
for tests does not contain LIBTASN1_CFLAGS.

Signed-off-by: Stef Walter <stef@thewalter.net>
https://bugs.freedesktop.org/show_bug.cgi?id=71379

common/tests/frob-getauxval.c

index 54ebea0ae5d6d067c69c5a247b9006079109c279..02745be950c06ca4803f546b220b1d0641980f58 100644 (file)
@@ -35,8 +35,6 @@
 #include "config.h"
 #include "compat.h"
 
-#include <libtasn1.h>
-
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>