log: Remove useless includes

Now the function almost uses GLib function, no reason to include
some system headers.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Frediano Ziglio 2019-02-20 17:38:21 +00:00
parent 4ccc20a7f6
commit e8c76358ee

View File

@ -21,12 +21,6 @@
#include <glib.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include <common/recorder.h>
#include "log.h"