diff src/vtx/vtx.c @ 2496:42a5c9d5830b

Include cleanups, part #1.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 14:00:33 +0300
parents 33ffac81f4c7
children 769e17da93dd
line wrap: on
line diff
--- a/src/vtx/vtx.c	Mon Mar 31 12:57:49 2008 +0300
+++ b/src/vtx/vtx.c	Mon Mar 31 14:00:33 2008 +0300
@@ -18,17 +18,13 @@
  */
 
 #include <audacious/plugin.h>
-
 #include <audacious/output.h>
 #include <audacious/util.h>
-#include <audacious/configdb.h>
-#include <audacious/vfs.h>
-#include <audacious/main.h>
 #include <audacious/strings.h>
 #include <audacious/i18n.h>
 
 #include "vtx.h"
-#include <ayemu.h>
+#include "ayemu.h"
 
 extern InputPlugin vtx_ip;