瀏覽代碼

remove useless include

Francois Perrad 9 年之前
父節點
當前提交
c22acc2d07

+ 0 - 1
src/pk/asn1/der/sequence/der_decode_sequence_ex.c

@@ -9,7 +9,6 @@
  * Tom St Denis, [email protected], http://libtom.org
  */
 #include "tomcrypt.h"
-#include <stdarg.h>
 
 
 /**

+ 0 - 1
src/pk/asn1/der/sequence/der_encode_sequence_ex.c

@@ -9,7 +9,6 @@
  * Tom St Denis, [email protected], http://libtom.org
  */
 #include "tomcrypt.h"
-#include <stdarg.h>
 
 
 /**