mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-11 05:24:44 -05:00
internal: Move <stdio.h> include to internal.h
It doesn't really make sense for us to have stdlib.h and string.h but not stdio.h in the internal.h header. Signed-off-by: Erik Skultety <eskultet@redhat.com> Acked-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#ifndef __VIR_TEST_UTILS_H__
|
||||
# define __VIR_TEST_UTILS_H__
|
||||
|
||||
# include <stdio.h>
|
||||
# include "viralloc.h"
|
||||
# include "virfile.h"
|
||||
# include "virstring.h"
|
||||
|
||||
Reference in New Issue
Block a user