summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/midi
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-01-02 15:11:27 -0500
committer AJR <ajrhacker@users.noreply.github.com>2021-01-02 15:18:15 -0500
commit60e518cc505ad5de6331a5da0d8291346757b9bd (patch)
tree33e9ab6c897eacb273e6f9d41c5c0d1c9595c443 /src/osd/modules/midi
parent78f93a270c2b8d013128a2a346bdf0b8f98700d9 (diff)
Low-level #include overhaul
- vecstream.h: Revert changes made in aa29519528cb3dbdbfac56819bea670ed8c56c5d. The std::string_view conversion has been made a non-member function (util::buf_to_string_view) and moved to coretmpl.h. - strformat.h: Remove the using declaration importing util::string_format into the global namespace. It has been moved to emucore.h and a few tool sources; other references have been qualified. - osdcore.h: Split out file, directory and path classes and methods to a new header (osdfile.h), Doxygenizing the documentation comments. - Disaggregate many #includes that were including other standard or custom headers. emu.h now includes basically the same things that it did, but other headers have been streamlined; for instance, emucore.h no longer stealth-includes osdcore.h several ways.
Diffstat (limited to 'src/osd/modules/midi')
-rw-r--r--src/osd/modules/midi/none.cpp1
-rw-r--r--src/osd/modules/midi/portmidi.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/osd/modules/midi/none.cpp b/src/osd/modules/midi/none.cpp
index 25f83b45fbe..21837d1be3c 100644
--- a/src/osd/modules/midi/none.cpp
+++ b/src/osd/modules/midi/none.cpp
@@ -9,7 +9,6 @@
*******************************************************************c********/
#include "osdcore.h"
-#include "corealloc.h"
#include "modules/osdmodule.h"
#include "midi_module.h"
diff --git a/src/osd/modules/midi/portmidi.cpp b/src/osd/modules/midi/portmidi.cpp
index d6bd3b0e031..9cb5ddac39b 100644
--- a/src/osd/modules/midi/portmidi.cpp
+++ b/src/osd/modules/midi/portmidi.cpp
@@ -12,7 +12,6 @@
#include <portmidi.h>
#include "osdcore.h"
-#include "corealloc.h"
#include "modules/osdmodule.h"
#include "midi_module.h"