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 | e747413cd56847b5e03199753a5edac7bc7cd835 (patch) | |
| tree | cebebb1ebe88b6283c05d6ca67387bcf9351107c | |
| parent | 94ea7e5b4852f51d30f1f1a125ce56fb045f0abf (diff) | |
| download | libvirt-python-split-e747413cd56847b5e03199753a5edac7bc7cd835.tar.gz libvirt-python-split-e747413cd56847b5e03199753a5edac7bc7cd835.tar.xz libvirt-python-split-e747413cd56847b5e03199753a5edac7bc7cd835.zip | |
Rename memory.{c,h} to viralloc.{c,h}
| -rw-r--r-- | libvirt-override.c | 2 | ||||
| -rw-r--r-- | typewrappers.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libvirt-override.c b/libvirt-override.c index eda8a11..644f34d 100644 --- a/libvirt-override.c +++ b/libvirt-override.c @@ -24,7 +24,7 @@ #include "libvirt/virterror.h" #include "typewrappers.h" #include "libvirt.h" -#include "memory.h" +#include "viralloc.h" #include "virtypedparam.h" #include "ignore-value.h" #include "util.h" diff --git a/typewrappers.c b/typewrappers.c index d633603..9ba8790 100644 --- a/typewrappers.c +++ b/typewrappers.c @@ -16,7 +16,7 @@ #include "typewrappers.h" -#include "memory.h" +#include "viralloc.h" #ifndef Py_CAPSULE_H typedef void(*PyCapsule_Destructor)(void *, void *); |
