mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +00:00
Remove unused c-ctype.h include
This commit is contained in:
parent
9351cb0ab0
commit
e8a84817d4
@ -1,3 +1,7 @@
|
|||||||
|
Fri Jul 25 17:17:27 BST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
|
* src/xml.c: Remove now unused c-ctype.h include
|
||||||
|
|
||||||
Fri Jul 25 15:21:27 BST 2008 Daniel P. Berrange <berrange@redhat.com>
|
Fri Jul 25 15:21:27 BST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
* src/xml.c, src/xml.h: Take a virConnectPtr object as param
|
* src/xml.c, src/xml.h: Take a virConnectPtr object as param
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <math.h> /* for isnan() */
|
#include <math.h> /* for isnan() */
|
||||||
#include "c-ctype.h"
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "xml.h"
|
#include "xml.h"
|
||||||
#include "buf.h"
|
#include "buf.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user