From 5829054caf397a083093803f8f1c94f565d07339 Mon Sep 17 00:00:00 2001 From: Osier Yang <jyang@redhat.com> Date: Tue, 16 Apr 2013 21:41:46 +0800 Subject: [PATCH] cleanup: Don't include libvirt/virterror.h Which is already included in "internal.h", later patch will add syntax-check to avoid it. --- src/remote/remote_driver.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);