Client, ...: remove unnecessary glib.h include

This commit is contained in:
Max Kellermann
2013-10-15 20:14:36 +02:00
parent 45418583e9
commit dbd88e6aef
19 changed files with 1 additions and 35 deletions

View File

@@ -26,8 +26,6 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include <glib.h>
#include <assert.h>
#include <math.h>

View File

@@ -22,8 +22,6 @@
#include "PcmUtils.hxx"
#include "AudioFormat.hxx"
#include <glib.h>
#include <stdint.h>
#include <string.h>