diff options
Diffstat (limited to 'src/combined/nsf_decoder.c')
-rw-r--r-- | src/combined/nsf_decoder.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/combined/nsf_decoder.c b/src/combined/nsf_decoder.c index b2694e789..cb3b6e7b0 100644 --- a/src/combined/nsf_decoder.c +++ b/src/combined/nsf_decoder.c @@ -27,10 +27,10 @@ #include <sys/types.h> #include <unistd.h> -#include "xine_internal.h" -#include "audio_out.h" -#include "buffer.h" -#include "xineutils.h" +#include <xine/xine_internal.h> +#include <xine/audio_out.h> +#include <xine/buffer.h> +#include <xine/xineutils.h> #include "bswap.h" /* Nosefart includes */ |