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:
Erik Skultety
2018-09-18 15:21:22 +02:00
parent 212df3f957
commit 9403b63102
137 changed files with 1 additions and 136 deletions

View File

@@ -25,7 +25,6 @@
#ifndef VSH_H
# define VSH_H
# include <stdio.h>
# include <stdlib.h>
# include <string.h>
# include <stdarg.h>