aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.c
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2021-06-21 22:15:15 +0200
committercbdev <cb@cbcdn.com>2021-06-21 22:15:15 +0200
commita743153aafffb38a6d8765d1f1c634dde51d5558 (patch)
tree3cbc9910e5216953b16cf26c98751fbb370e3b54 /midimonster.c
parent921ce069a4770fbadad7bb4e806361e857469409 (diff)
downloadmidimonster-a743153aafffb38a6d8765d1f1c634dde51d5558.tar.gz
midimonster-a743153aafffb38a6d8765d1f1c634dde51d5558.tar.bz2
midimonster-a743153aafffb38a6d8765d1f1c634dde51d5558.zip
Repository cleanup, part 2
Diffstat (limited to 'midimonster.c')
-rw-r--r--midimonster.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/midimonster.c b/midimonster.c
index 3849953..51fe7ad 100644
--- a/midimonster.c
+++ b/midimonster.c
@@ -12,9 +12,9 @@
#define BACKEND_NAME "core"
#define MM_SWAP_LIMIT 20
#include "midimonster.h"
-#include "config.h"
-#include "backend.h"
-#include "plugin.h"
+#include "core/config.h"
+#include "core/backend.h"
+#include "core/plugin.h"
/* Core-internal structures */
typedef struct /*_event_collection*/ {