From 95b3430f5277cf36bc9acc989e301ae302747a98 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Mon, 29 Dec 2008 17:28:32 +0100
Subject: 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.
---
 src/output_list.c | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src/output_list.c')

diff --git a/src/output_list.c b/src/output_list.c
index 7068703f0..c1af80917 100644
--- a/src/output_list.c
+++ b/src/output_list.c
@@ -18,7 +18,6 @@
 
 #include "output_list.h"
 #include "output_api.h"
-#include "os_compat.h"
 
 extern const struct audio_output_plugin shoutPlugin;
 extern const struct audio_output_plugin nullPlugin;
-- 
cgit v1.2.3