Codechange: rename smallvec_type to container_func and use only when needed

This commit is contained in:
Rubidium
2023-05-18 11:20:35 +02:00
committed by rubidium42
parent 80d8c01814
commit 3323402aaa
46 changed files with 45 additions and 43 deletions

View File

@@ -12,6 +12,7 @@
#include "../fileio_type.h"
#include "../string_func.h"
#include "../core/endian_func.hpp"
#include "../core/mem_func.hpp"
#include "../base_media_base.h"
#include "midi.h"

View File

@@ -11,7 +11,6 @@
#define MUSIC_MIDIFILE_HPP
#include "../stdafx.h"
#include "../core/smallvec_type.hpp"
#include "midi.h"
struct MusicSongInfo;

View File

@@ -17,6 +17,7 @@
#include "midifile.hpp"
#include "midi.h"
#include "../base_media_base.h"
#include "../core/mem_func.hpp"
#include <mutex>
#include "../safeguards.h"