virutil: Move string related functions to virstring.c

The source code base needs to be adapted as well. Some files
include virutil.h just for the string related functions (here,
the include is substituted to match the new file), some include
virutil.h without any need (here, the include is removed), and
some require both.
This commit is contained in:
Michal Privoznik
2013-04-03 12:36:23 +02:00
parent 297c99a567
commit 7c9a2d88cd
242 changed files with 590 additions and 557 deletions

View File

@@ -28,6 +28,7 @@
#include "virtypedparam.h"
#include "ignore-value.h"
#include "virutil.h"
#include "virstring.h"
#ifndef __CYGWIN__
extern void initlibvirtmod(void);