mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 07:43:57 +02:00
remove no longer needed QDebug includes
This commit is contained in:
parent
f24eff33fe
commit
339ef93fc4
2 changed files with 0 additions and 4 deletions
|
@ -9,8 +9,6 @@
|
|||
#include <PacketHeaders.h>
|
||||
#include <UUID.h>
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
#include "InjectedAudioRingBuffer.h"
|
||||
|
||||
#include "AudioMixerClientData.h"
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#include <QtCore/qdebug.h>
|
||||
|
||||
#include "AudioScriptingInterface.h"
|
||||
|
||||
void AudioScriptingInterface::playSound(Sound* sound, const AudioInjectorOptions* injectorOptions) {
|
||||
|
|
Loading…
Reference in a new issue