diff src/null/null.c @ 2519:2da1343a024d

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme.org>
date Tue, 08 Apr 2008 15:11:35 -0500
parents 41c619e96a17
children 769e17da93dd
line wrap: on
line diff
--- a/src/null/null.c	Tue Apr 08 15:10:31 2008 -0500
+++ b/src/null/null.c	Tue Apr 08 15:11:35 2008 -0500
@@ -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;