diff options
author | Roman Bogorodskiy <bogorodskiy@gmail.com> | 2013-11-08 07:35:00 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-11-08 09:38:00 +0100 |
commit | ec02489eca1b7b57c35db71bce5a6f7b876e535e (patch) | |
tree | 3b97450a630d9126e3f8b08756c384694076cb5e /common/tests | |
parent | 5ed8c3d3ede6ef30e4b5a40db1438dd6231d5088 (diff) |
Drop unused libtasn1.h include
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
Diffstat (limited to 'common/tests')
-rw-r--r-- | common/tests/frob-getauxval.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/tests/frob-getauxval.c b/common/tests/frob-getauxval.c index 54ebea0..02745be 100644 --- a/common/tests/frob-getauxval.c +++ b/common/tests/frob-getauxval.c @@ -35,8 +35,6 @@ #include "config.h" #include "compat.h" -#include <libtasn1.h> - #include <assert.h> #include <stdio.h> #include <stdlib.h> |