Mercurial > audlegacy-plugins
comparison src/sexypsf/plugin.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 | aa40f1404257 |
| children | 17a6441c71b6 |
comparison
equal
deleted
inserted
replaced
| 1949:98893c1e9f98 | 1950:2ebeb7816c5e |
|---|---|
| 14 * You should have received a copy of the GNU Lesser General Public | 14 * You should have received a copy of the GNU Lesser General Public |
| 15 * License along with this library; if not, write to the Free Software | 15 * License along with this library; if not, write to the Free Software |
| 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 17 */ | 17 */ |
| 18 | 18 |
| 19 #include "audacious/output.h" | 19 #include <audacious/output.h> |
| 20 #include "audacious/plugin.h" | 20 #include <audacious/plugin.h> |
| 21 #include "audacious/main.h" | 21 #include <audacious/main.h> |
| 22 #include "audacious/tuple.h" | 22 #include <audacious/tuple.h> |
| 23 #include "audacious/tuple_formatter.h" | 23 #include "audacious/tuple_formatter.h" |
| 24 #include "audacious/util.h" | 24 #include <audacious/util.h> |
| 25 #include "audacious/vfs.h" | 25 #include <audacious/vfs.h> |
| 26 #include <stdio.h> | 26 #include <stdio.h> |
| 27 #include <stdlib.h> | 27 #include <stdlib.h> |
| 28 #include <string.h> | 28 #include <string.h> |
| 29 #include <unistd.h> | 29 #include <unistd.h> |
| 30 #include "driver.h" | 30 #include "driver.h" |
