Mercurial > audlegacy-plugins
diff src/modplug/modplugbmp.h @ 1946:7ee1bc4d5f5b
Remove useless #includes, use <>
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 02 Oct 2007 00:49:51 +0300 |
| parents | 6764c35e16a6 |
| children | 8f3188746b64 |
line wrap: on
line diff
--- a/src/modplug/modplugbmp.h Mon Oct 01 16:26:52 2007 +0300 +++ b/src/modplug/modplugbmp.h Tue Oct 02 00:49:51 2007 +0300 @@ -15,9 +15,7 @@ #endif extern "C" { -#include "audacious/plugin.h" -#include "audacious/tuple.h" -#include "audacious/tuple_formatter.h" +#include <audacious/plugin.h> } /* Module files have their magic deep inside the file, at offset 1080; source: http://www.onicos.com/staff/iz/formats/mod.html and information by Michael Doering from UADE */
