From: Osier Yang Date: Tue, 16 Apr 2013 13:41:46 +0000 (+0800) Subject: cleanup: Don't include libvirt/virterror.h X-Git-Tag: v1.0.5-rc1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5829054caf397a083093803f8f1c94f565d07339;p=thirdparty%2Flibvirt.git cleanup: Don't include libvirt/virterror.h Which is already included in "internal.h", later patch will add syntax-check to avoid it. --- diff --git a/src/remote/remote_driver.h b/src/remote/remote_driver.h index 72883813f4..da353f3546 100644 --- a/src/remote/remote_driver.h +++ b/src/remote/remote_driver.h @@ -24,8 +24,7 @@ #ifndef __VIR_REMOTE_INTERNAL_H__ # define __VIR_REMOTE_INTERNAL_H__ -# include "libvirt/virterror.h" - +# include "internal.h" # include "configmake.h" int remoteRegister (void);