aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmarshallnz <jcmarsha@gmail.com>2014-02-10 07:46:42 +1300
committerjmarshallnz <jcmarsha@gmail.com>2014-02-10 07:46:42 +1300
commit34bd9d4c3d2694936a44a365251987687ba245bb (patch)
treeaa2c26a6f7448d0d2903219fc02a0ad48b8a4b41
parent5ee9731e5892c80b4bd8c9d2359ae6fd3f370665 (diff)
parent912a0c433ac9ec183807cadd0f66839f3030cb65 (diff)
Merge pull request #4175 from wsoltys/header
[WIN32] removed double includes.
-rw-r--r--xbmc/cores/AudioEngine/Sinks/AESinkDirectSound.cpp1
-rw-r--r--xbmc/cores/AudioEngine/Sinks/AESinkWASAPI.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/xbmc/cores/AudioEngine/Sinks/AESinkDirectSound.cpp b/xbmc/cores/AudioEngine/Sinks/AESinkDirectSound.cpp
index 9ebb61e902..7c46b51c11 100644
--- a/xbmc/cores/AudioEngine/Sinks/AESinkDirectSound.cpp
+++ b/xbmc/cores/AudioEngine/Sinks/AESinkDirectSound.cpp
@@ -23,7 +23,6 @@
#include "AESinkDirectSound.h"
#include "utils/Log.h"
#include <initguid.h>
-#include <Mmreg.h>
#include <list>
#include "threads/SingleLock.h"
#include "threads/SystemClock.h"
diff --git a/xbmc/cores/AudioEngine/Sinks/AESinkWASAPI.cpp b/xbmc/cores/AudioEngine/Sinks/AESinkWASAPI.cpp
index cc3804a547..ea477b694d 100644
--- a/xbmc/cores/AudioEngine/Sinks/AESinkWASAPI.cpp
+++ b/xbmc/cores/AudioEngine/Sinks/AESinkWASAPI.cpp
@@ -22,7 +22,6 @@
#include <Audioclient.h>
#include <avrt.h>
#include <initguid.h>
-#include <Mmreg.h>
#include <stdint.h>
#include "cores/AudioEngine/Utils/AEUtil.h"
@@ -34,7 +33,6 @@
#include "utils/CharsetConverter.h"
#include "cores/AudioEngine/Utils/AEDeviceInfo.h"
#include <Mmreg.h>
-#include <mmdeviceapi.h>
#include "utils/StringUtils.h"
#pragma comment(lib, "Avrt.lib")