Mercurial > audlegacy-plugins
diff src/modplug/modplugbmp.cxx @ 1946:7ee1bc4d5f5b
Remove useless #includes, use <>
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 02 Oct 2007 00:49:51 +0300 |
| parents | b6d547a4ca50 |
| children | a98c54cb96aa |
line wrap: on
line diff
--- a/src/modplug/modplugbmp.cxx Mon Oct 01 16:26:52 2007 +0300 +++ b/src/modplug/modplugbmp.cxx Tue Oct 02 00:49:51 2007 +0300 @@ -14,12 +14,9 @@ #include "stddefs.h" #include "archive/open.h" extern "C" { -#include "audacious/configdb.h" -#include "audacious/output.h" -#include "audacious/tuple.h" -#include "audacious/tuple_formatter.h" -#include "audacious/vfs.h" -#include "audacious/strings.h" +#include <audacious/configdb.h> +#include <audacious/output.h> +#include <audacious/strings.h> } static char* format_and_free_ti( Tuple* ti, int* length )
