diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2012-12-12 18:06:53 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2012-12-21 11:17:14 +0000 |
commit | ab9b7ec2f6dd3a0bf3560e09efa3532fa19601e1 (patch) | |
tree | 5d42e18e65a384406a57786dce5ff9b7de1bbecf /src/conf/node_device_conf.c | |
parent | 936d95d347ca0217c44c926fa833d11c690f064c (diff) | |
download | libvirt-ab9b7ec2f6dd3a0bf3560e09efa3532fa19601e1.tar.gz |
Rename memory.{c,h} to viralloc.{c,h}
Diffstat (limited to 'src/conf/node_device_conf.c')
-rw-r--r-- | src/conf/node_device_conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conf/node_device_conf.c b/src/conf/node_device_conf.c index 50fcf0b59d..85de50f384 100644 --- a/src/conf/node_device_conf.c +++ b/src/conf/node_device_conf.c @@ -28,10 +28,10 @@ #include "virterror_internal.h" #include "datatypes.h" -#include "memory.h" +#include "viralloc.h" #include "node_device_conf.h" -#include "memory.h" +#include "viralloc.h" #include "xml.h" #include "util.h" #include "virbuffer.h" |