Mercurial > audlegacy-plugins
diff src/madplug/decoder.c @ 2491:b419d8924c0b
Remove unused and completely wtf #includes.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Mon, 31 Mar 2008 12:38:35 +0300 |
| parents | 4fb714073ae4 |
| children | bad05467e8e0 |
line wrap: on
line diff
--- a/src/madplug/decoder.c Mon Mar 31 11:58:18 2008 +0300 +++ b/src/madplug/decoder.c Mon Mar 31 12:38:35 2008 +0300 @@ -23,13 +23,8 @@ #include <math.h> #include <assert.h> -#include <pthread.h> -#include <signal.h> #include <audacious/plugin.h> -#include <audacious/output.h> -#include <audacious/util.h> -#include <sys/time.h> #include "plugin.h" #include "input.h"
