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:
@@ -19,7 +19,8 @@
|
||||
#ifndef MPD_PATH_H
|
||||
#define MPD_PATH_H
|
||||
|
||||
#include "os_compat.h"
|
||||
#include <limits.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#if !defined(MPD_PATH_MAX)
|
||||
# if defined(MAXPATHLEN)
|
||||
|
Reference in New Issue
Block a user