]> xenbits.xensource.com Git - libvirt.git/commitdiff
cleanup: Don't include libvirt/virterror.h
authorOsier Yang <jyang@redhat.com>
Tue, 16 Apr 2013 13:41:46 +0000 (21:41 +0800)
committerOsier Yang <jyang@redhat.com>
Wed, 17 Apr 2013 07:54:07 +0000 (15:54 +0800)
Which is already included in "internal.h", later patch will add
syntax-check to avoid it.

src/remote/remote_driver.h

index 72883813f47e3b6881b3217bd8214d0c024fcd26..da353f354636afb66d592204ba46a50077e0c2a3 100644 (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);