Mercurial > audlegacy-plugins
comparison src/sndfile/plugin.c @ 2576:bd3a24b39058
Removed #includes that should not be included anymore.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Mon, 19 May 2008 04:20:50 +0300 |
| parents | 04b1b020be88 |
| children | 3134a0987162 |
comparison
equal
deleted
inserted
replaced
| 2575:1e67df1a1edc | 2576:bd3a24b39058 |
|---|---|
| 33 #include <glib.h> | 33 #include <glib.h> |
| 34 #include <string.h> | 34 #include <string.h> |
| 35 #include <math.h> | 35 #include <math.h> |
| 36 | 36 |
| 37 #include <audacious/plugin.h> | 37 #include <audacious/plugin.h> |
| 38 #include <audacious/util.h> | |
| 39 #include <audacious/i18n.h> | 38 #include <audacious/i18n.h> |
| 40 #include <audacious/output.h> | 39 #include <audacious/output.h> |
| 41 #include "plugin.h" | 40 #include "plugin.h" |
| 42 | 41 |
| 43 #include <sndfile.h> | 42 #include <sndfile.h> |
