Another buildfix
This commit is contained in:
parent
7d3f62a816
commit
e39b92a1f0
|
@ -26,7 +26,6 @@
|
|||
#include <string/stdstring.h>
|
||||
#include <streams/file_stream.h>
|
||||
#include <streams/stdin_stream.h>
|
||||
#include <midi/midi_driver.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
@ -49,6 +48,8 @@
|
|||
#include "discord/discord.h"
|
||||
#endif
|
||||
|
||||
#include "midi/midi_driver.h"
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "menu/menu_driver.h"
|
||||
#include "menu/menu_content.h"
|
||||
|
|
Loading…
Reference in New Issue