Mercurial > audlegacy-plugins
comparison src/echo_plugin/echo.c @ 1950:2ebeb7816c5e
Change from "" to <>-style includes. With thanks to ccr for the correct sed voodoo.
| author | chainsaw@localhost |
|---|---|
| date | Mon, 01 Oct 2007 23:01:22 +0100 |
| parents | a5045f10f80c |
| children | b8da6a0b0da2 |
comparison
equal
deleted
inserted
replaced
| 1949:98893c1e9f98 | 1950:2ebeb7816c5e |
|---|---|
| 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" | 8 #include <audacious/configdb.h> |
| 9 #include "echo.h" | 9 #include "echo.h" |
| 10 | 10 |
| 11 #include "../../config.h" | 11 #include "../../config.h" |
| 12 | 12 |
| 13 static void init(void); | 13 static void init(void); |
