From: Daniel P. Berrange Date: Tue, 1 Sep 2009 20:17:51 +0000 (+0100) Subject: Remove redundant base64 include file X-Git-Tag: v0.7.1~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721d3f06c90ea754a4369901fd70022bcf6519f1;p=thirdparty%2Flibvirt.git Remove redundant base64 include file * src/storage_encryption_conf.c: Remove base64.h --- diff --git a/src/storage_encryption_conf.c b/src/storage_encryption_conf.c index 69cfaf110c..df4b2e1796 100644 --- a/src/storage_encryption_conf.c +++ b/src/storage_encryption_conf.c @@ -24,7 +24,6 @@ #include "internal.h" -#include "base64.h" #include "buf.h" #include "memory.h" #include "storage_conf.h"