Mercurial > audlegacy-plugins
comparison src/echo_plugin/echo.c @ 2499:4d6045c20cc5
Include cleanups, part #4.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Mon, 31 Mar 2008 15:18:05 +0300 |
| parents | b8da6a0b0da2 |
| children | 769e17da93dd |
comparison
equal
deleted
inserted
replaced
| 2498:194c2f8c2a92 | 2499:4d6045c20cc5 |
|---|---|
| 1 #include "config.h" | |
| 1 #include <audacious/plugin.h> | 2 #include <audacious/plugin.h> |
| 2 | |
| 3 #include <stdlib.h> | 3 #include <stdlib.h> |
| 4 #include <stdio.h> | 4 #include <stdio.h> |
| 5 #include <string.h> | 5 #include <string.h> |
| 6 #include <gtk/gtk.h> | 6 #include <gtk/gtk.h> |
| 7 #include <audacious/i18n.h> | 7 #include <audacious/i18n.h> |
| 8 #include <audacious/configdb.h> | |
| 9 #include "echo.h" | 8 #include "echo.h" |
| 10 | 9 |
| 11 #include "../../config.h" | |
| 12 | 10 |
| 13 static void init(void); | 11 static void init(void); |
| 14 static void cleanup(void); | 12 static void cleanup(void); |
| 15 static int mod_samples(gpointer * d, gint length, AFormat afmt, gint srate, gint nch); | 13 static int mod_samples(gpointer * d, gint length, AFormat afmt, gint srate, gint nch); |
| 16 | 14 |
