summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/intern/mtof~.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pdbox/PDa/intern/mtof~.c')
-rw-r--r--apps/plugins/pdbox/PDa/intern/mtof~.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/pdbox/PDa/intern/mtof~.c b/apps/plugins/pdbox/PDa/intern/mtof~.c
index 86d78ce107..02543fe032 100644
--- a/apps/plugins/pdbox/PDa/intern/mtof~.c
+++ b/apps/plugins/pdbox/PDa/intern/mtof~.c
@@ -1,10 +1,10 @@
1#ifdef ROCKBOX 1#ifdef ROCKBOX
2#include "plugin.h" 2#include "plugin.h"
3#include "pdbox.h" 3#include "../../pdbox.h"
4#endif 4#endif
5 5
6#include <m_pd.h> 6#include "../src/m_pd.h"
7#include <m_fixed.h> 7#include <../src/m_fixed.h>
8 8
9typedef struct mtof_tilde 9typedef struct mtof_tilde
10{ 10{