Mercurial > audlegacy-plugins
comparison src/null/null.c @ 2576:bd3a24b39058
Removed #includes that should not be included anymore.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Mon, 19 May 2008 04:20:50 +0300 |
| parents | 769e17da93dd |
| children | f1b6f1b2cdb3 |
comparison
equal
deleted
inserted
replaced
| 2575:1e67df1a1edc | 2576:bd3a24b39058 |
|---|---|
| 22 #include "config.h" | 22 #include "config.h" |
| 23 #include <glib.h> | 23 #include <glib.h> |
| 24 #include <gtk/gtk.h> | 24 #include <gtk/gtk.h> |
| 25 #include <audacious/plugin.h> | 25 #include <audacious/plugin.h> |
| 26 #include <audacious/i18n.h> | 26 #include <audacious/i18n.h> |
| 27 #include <audacious/util.h> | |
| 28 | 27 |
| 29 static GTimer *timer; | 28 static GTimer *timer; |
| 30 static gulong offset_time, written; | 29 static gulong offset_time, written; |
| 31 static gint bps; | 30 static gint bps; |
| 32 static gboolean real_time = TRUE; | 31 static gboolean real_time = TRUE; |
