summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-09-11 09:57:43 +0200
committerCarl Hetherington <cth@carlh.net>2024-09-11 10:05:06 +0200
commite93b6e3fcdbaa0c006f47c23f6b90f230453179a (patch)
tree4bb7c1f990413d5f16202928167a77ed6776daae /src/wx
parent7546625a321af9115b5ad18f7296b47812fee1c5 (diff)
Remove unused includes.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/config_dialog.h1
-rw-r--r--src/wx/film_viewer.h1
-rw-r--r--src/wx/full_config_dialog.cc1
-rw-r--r--src/wx/player_config_dialog.cc1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h
index ce2686864..d8820e51a 100644
--- a/src/wx/config_dialog.h
+++ b/src/wx/config_dialog.h
@@ -42,7 +42,6 @@ LIBDCP_DISABLE_WARNINGS
#include <wx/preferences.h>
#include <wx/spinctrl.h>
#include <wx/stdpaths.h>
-#include <RtAudio.h>
LIBDCP_ENABLE_WARNINGS
#include <boost/filesystem.hpp>
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index 5c379575d..2ebc8b2d9 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -35,7 +35,6 @@
#include "lib/timer.h"
#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
-#include <RtAudio.h>
#include <wx/wx.h>
LIBDCP_ENABLE_WARNINGS
#include <vector>
diff --git a/src/wx/full_config_dialog.cc b/src/wx/full_config_dialog.cc
index 585caa2db..59ebc730d 100644
--- a/src/wx/full_config_dialog.cc
+++ b/src/wx/full_config_dialog.cc
@@ -69,7 +69,6 @@ LIBDCP_DISABLE_WARNINGS
#include <wx/spinctrl.h>
#include <wx/stdpaths.h>
LIBDCP_ENABLE_WARNINGS
-#include <RtAudio.h>
#include <boost/filesystem.hpp>
#include <iostream>
diff --git a/src/wx/player_config_dialog.cc b/src/wx/player_config_dialog.cc
index a6a7c5ac9..3554c67e6 100644
--- a/src/wx/player_config_dialog.cc
+++ b/src/wx/player_config_dialog.cc
@@ -56,7 +56,6 @@ LIBDCP_DISABLE_WARNINGS
#include <wx/spinctrl.h>
#include <wx/stdpaths.h>
LIBDCP_ENABLE_WARNINGS
-#include <RtAudio.h>
#include <boost/filesystem.hpp>