General: Clean up inclusions

Ensures that each header includes all of its dependencies that can't be
forward declared.
This commit is contained in:
Lioncash
2019-08-25 06:28:43 -04:00
parent bc8218e183
commit d7aaff25d0
49 changed files with 286 additions and 206 deletions

View File

@@ -1,16 +1,18 @@
#include "amuse/Voice.hpp"
#include "amuse/Submix.hpp"
#include "amuse/IBackendVoice.hpp"
#include "amuse/IBackendVoiceAllocator.hpp"
#include "amuse/AudioGroup.hpp"
#include "amuse/Common.hpp"
#include "amuse/Engine.hpp"
#include "amuse/DSPCodec.hpp"
#include "amuse/N64MusyXCodec.hpp"
#include "amuse/VolumeTable.hpp"
#include <cmath>
#include <cstring>
#include "amuse/AudioGroup.hpp"
#include "amuse/Common.hpp"
#include "amuse/DSPCodec.hpp"
#include "amuse/Engine.hpp"
#include "amuse/IBackendVoice.hpp"
#include "amuse/IBackendVoiceAllocator.hpp"
#include "amuse/N64MusyXCodec.hpp"
#include "amuse/Submix.hpp"
#include "amuse/VolumeTable.hpp"
namespace amuse {
float Voice::VolumeCache::getVolume(float vol, bool dls) {