summaryrefslogtreecommitdiff
path: root/src/libxineadec/nsf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxineadec/nsf.c')
-rw-r--r--src/libxineadec/nsf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libxineadec/nsf.c b/src/libxineadec/nsf.c
index e646ca873..4af6fe878 100644
--- a/src/libxineadec/nsf.c
+++ b/src/libxineadec/nsf.c
@@ -36,8 +36,8 @@
#include "bswap.h"
/* Nosefart includes */
-#include "nosefart/types.h"
-#include "nosefart/nsf.h"
+#include "types.h"
+#include "nsf.h"
typedef struct {
audio_decoder_class_t decoder_class;