summaryrefslogtreecommitdiff
path: root/src/hyperv
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-12-13 18:21:53 +0000
committerDaniel P. Berrange <berrange@redhat.com>2012-12-21 11:19:50 +0000
commitf24404a3244b50c1d6d3a735445b02450ac40981 (patch)
tree0da3d0ec36a01ee16af5472503ae52cb7b99887a /src/hyperv
parent556cf5f617ed4742a0ccc1fa23fc7e29d696ec00 (diff)
downloadlibvirt-f24404a3244b50c1d6d3a735445b02450ac40981.tar.gz
Rename virterror.c virterror_internal.h to virerror.{c,h}
Diffstat (limited to 'src/hyperv')
-rw-r--r--src/hyperv/hyperv_device_monitor.c2
-rw-r--r--src/hyperv/hyperv_interface_driver.c2
-rw-r--r--src/hyperv/hyperv_network_driver.c2
-rw-r--r--src/hyperv/hyperv_nwfilter_driver.c2
-rw-r--r--src/hyperv/hyperv_private.h2
-rw-r--r--src/hyperv/hyperv_secret_driver.c2
-rw-r--r--src/hyperv/hyperv_storage_driver.c2
-rw-r--r--src/hyperv/hyperv_wmi.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/hyperv/hyperv_device_monitor.c b/src/hyperv/hyperv_device_monitor.c
index 43ee1fcae9..943208188b 100644
--- a/src/hyperv/hyperv_device_monitor.c
+++ b/src/hyperv/hyperv_device_monitor.c
@@ -24,7 +24,7 @@
#include <config.h>
#include "internal.h"
-#include "virterror_internal.h"
+#include "virerror.h"
#include "datatypes.h"
#include "virutil.h"
#include "viralloc.h"
diff --git a/src/hyperv/hyperv_interface_driver.c b/src/hyperv/hyperv_interface_driver.c
index 7dd6912056..b42dbce7ea 100644
--- a/src/hyperv/hyperv_interface_driver.c
+++ b/src/hyperv/hyperv_interface_driver.c
@@ -24,7 +24,7 @@
#include <config.h>
#include "internal.h"
-#include "virterror_internal.h"
+#include "virerror.h"
#include "datatypes.h"
#include "virutil.h"
#include "viralloc.h"
diff --git a/src/hyperv/hyperv_network_driver.c b/src/hyperv/hyperv_network_driver.c
index f34a451a8e..c75c943085 100644
--- a/src/hyperv/hyperv_network_driver.c
+++ b/src/hyperv/hyperv_network_driver.c
@@ -24,7 +24,7 @@
#include <config.h>
#include "internal.h"
-#include "virterror_internal.h"
+#include "virerror.h"
#include "datatypes.h"
#include "virutil.h"
#include "viralloc.h"
diff --git a/src/hyperv/hyperv_nwfilter_driver.c b/src/hyperv/hyperv_nwfilter_driver.c
index c6125ec51d..faa9074bda 100644
--- a/src/hyperv/hyperv_nwfilter_driver.c
+++ b/src/hyperv/hyperv_nwfilter_driver.c
@@ -24,7 +24,7 @@
#include <config.h>
#include "internal.h"
-#include "virterror_internal.h"
+#include "virerror.h"
#include "datatypes.h"
#include "virutil.h"
#include "viralloc.h"
diff --git a/src/hyperv/hyperv_private.h b/src/hyperv/hyperv_private.h
index 30051ea032..9c9fd3eb8a 100644
--- a/src/hyperv/hyperv_private.h
+++ b/src/hyperv/hyperv_private.h
@@ -25,7 +25,7 @@
# define __HYPERV_PRIVATE_H__
# include "internal.h"
-# include "virterror_internal.h"
+# include "virerror.h"
# include "hyperv_util.h"
# include "openwsman.h"
diff --git a/src/hyperv/hyperv_secret_driver.c b/src/hyperv/hyperv_secret_driver.c
index b830e4e6b9..602ae9942c 100644
--- a/src/hyperv/hyperv_secret_driver.c
+++ b/src/hyperv/hyperv_secret_driver.c
@@ -24,7 +24,7 @@
#include <config.h>
#include "internal.h"
-#include "virterror_internal.h"
+#include "virerror.h"
#include "datatypes.h"
#include "virutil.h"
#include "viralloc.h"
diff --git a/src/hyperv/hyperv_storage_driver.c b/src/hyperv/hyperv_storage_driver.c
index 38385a03ba..a169b14887 100644
--- a/src/hyperv/hyperv_storage_driver.c
+++ b/src/hyperv/hyperv_storage_driver.c
@@ -24,7 +24,7 @@
#include <config.h>
#include "internal.h"
-#include "virterror_internal.h"
+#include "virerror.h"
#include "datatypes.h"
#include "virutil.h"
#include "viralloc.h"
diff --git a/src/hyperv/hyperv_wmi.c b/src/hyperv/hyperv_wmi.c
index e029028846..33ba21f58d 100644
--- a/src/hyperv/hyperv_wmi.c
+++ b/src/hyperv/hyperv_wmi.c
@@ -25,7 +25,7 @@
#include <config.h>
#include "internal.h"
-#include "virterror_internal.h"
+#include "virerror.h"
#include "datatypes.h"
#include "virlog.h"
#include "viralloc.h"