Mercurial > audlegacy-plugins
diff src/modplug/plugin.cxx @ 1946:7ee1bc4d5f5b
Remove useless #includes, use <>
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 02 Oct 2007 00:49:51 +0300 |
| parents | 53adc480f9a7 |
| children | e67bce91d70c |
line wrap: on
line diff
--- a/src/modplug/plugin.cxx Mon Oct 01 16:26:52 2007 +0300 +++ b/src/modplug/plugin.cxx Tue Oct 02 00:49:51 2007 +0300 @@ -7,9 +7,7 @@ #include "modplug.h" #include "gui/main.h" extern "C" { -#include "audacious/plugin.h" -#include "audacious/tuple.h" -#include "audacious/tuple_formatter.h" +#include <audacious/plugin.h> } extern InputPlugin gModPlug;
