# HG changeset patch # User Matti Hamalainen # Date 1191275391 -10800 # Node ID 7ee1bc4d5f5b4477d81185cd45d74e4db9f8e5b3 # Parent b6d547a4ca509a01f85437420f291083b3c56773 Remove useless #includes, use <> diff -r b6d547a4ca50 -r 7ee1bc4d5f5b src/modplug/modplugbmp.cxx --- 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 +#include +#include } static char* format_and_free_ti( Tuple* ti, int* length ) diff -r b6d547a4ca50 -r 7ee1bc4d5f5b src/modplug/modplugbmp.h --- 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 } /* 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 */ diff -r b6d547a4ca50 -r 7ee1bc4d5f5b src/modplug/plugin.cxx --- 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 } extern InputPlugin gModPlug;