summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index 64ac885e3..0569131ea 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -31,21 +31,21 @@
#include "lib/timer.h"
#include "lib/signaller.h"
#include "lib/warnings.h"
-#include <RtAudio.h>
DCPOMATIC_DISABLE_WARNINGS
+#include <RtAudio.h>
#include <wx/wx.h>
DCPOMATIC_ENABLE_WARNINGS
#include <vector>
-class wxToggleButton;
+class Butler;
+class ClosedCaptionsDialog;
class FFmpegPlayer;
class Image;
-class RGBPlusAlphaImage;
-class PlayerVideo;
class Player;
-class Butler;
-class ClosedCaptionsDialog;
+class PlayerVideo;
+class RGBPlusAlphaImage;
+class wxToggleButton;
/** @class FilmViewer