Mercurial > audlegacy-plugins
diff src/null/null.c @ 2500:41c619e96a17
Include cleanups, part #5.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Mon, 31 Mar 2008 15:22:07 +0300 |
| parents | b8da6a0b0da2 |
| children | 769e17da93dd |
line wrap: on
line diff
--- a/src/null/null.c Mon Mar 31 15:18:05 2008 +0300 +++ b/src/null/null.c Mon Mar 31 15:22:07 2008 +0300 @@ -19,14 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - +#include "config.h" #include <glib.h> -#include <audacious/i18n.h> #include <gtk/gtk.h> #include <audacious/plugin.h> +#include <audacious/i18n.h> #include <audacious/util.h> -#include <audacious/configdb.h> -#include "../../config.h" static GTimer *timer; static gulong offset_time, written;
