comparison src/OSS4/OSS4.h @ 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 2d37dbee0d12
children c2861c84f850
comparison
equal deleted inserted replaced
1949:98893c1e9f98 1950:2ebeb7816c5e
28 #include <sys/soundcard.h> 28 #include <sys/soundcard.h>
29 #else 29 #else
30 #include <soundcard.h> 30 #include <soundcard.h>
31 #endif 31 #endif
32 32
33 #include "audacious/plugin.h" 33 #include <audacious/plugin.h>
34 #include <glib.h> 34 #include <glib.h>
35 35
36 #define IS_BIG_ENDIAN (G_BYTE_ORDER == G_BIG_ENDIAN) 36 #define IS_BIG_ENDIAN (G_BYTE_ORDER == G_BIG_ENDIAN)
37 37
38 extern OutputPlugin op; 38 extern OutputPlugin op;