removed os_compat.h
Only include headers which are really needed. os_compat.h aimed to make MPD easily portable, but was never actually made portable.
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
*/
|
||||
|
||||
#include "permission.h"
|
||||
|
||||
#include "conf.h"
|
||||
#include "log.h"
|
||||
#include "utils.h"
|
||||
#include "os_compat.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
#define PERMISSION_PASSWORD_CHAR "@"
|
||||
#define PERMISSION_SEPERATOR ","
|
||||
|
Reference in New Issue
Block a user