Rename memory.{c,h} to viralloc.{c,h}

This commit is contained in:
Daniel P. Berrange
2012-12-12 18:06:53 +00:00
parent 936d95d347
commit ab9b7ec2f6
269 changed files with 273 additions and 273 deletions

View File

@@ -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"