Mercurial > audlegacy-plugins
comparison src/echo_plugin/gui.c @ 1975:00394f91e3c6
Updated plugins depending on old configdb to #include <audacious/plugin.h> so that bmp_cfg_db_* functions are still defined.
| author | Ben Tucker <ben.tucker@gmail.com> |
|---|---|
| date | Sat, 06 Oct 2007 18:39:37 -0700 |
| parents | 2ebeb7816c5e |
| children | b8da6a0b0da2 |
comparison
equal
deleted
inserted
replaced
| 1974:bb4d19fa0ac4 | 1975:00394f91e3c6 |
|---|---|
| 1 #include "config.h" | 1 #include "config.h" |
| 2 | 2 |
| 3 #include <gtk/gtk.h> | 3 #include <gtk/gtk.h> |
| 4 #include <audacious/plugin.h> | |
| 4 #include <audacious/i18n.h> | 5 #include <audacious/i18n.h> |
| 5 #include <audacious/util.h> | 6 #include <audacious/util.h> |
| 6 #include <audacious/configdb.h> | 7 #include <audacious/configdb.h> |
| 7 #include "echo.h" | 8 #include "echo.h" |
| 8 | 9 |
