cleanup: Don't include libvirt/virterror.h

Which is already included in "internal.h", later patch will add
syntax-check to avoid it.
This commit is contained in:
Osier Yang 2013-04-16 21:41:46 +08:00
parent 2d25fd4f41
commit 5829054caf

View File

@ -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);