summaryrefslogtreecommitdiff
path: root/src/lib/player.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-05 15:10:42 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-05 15:10:42 +0000
commite894cfe3d891135d1b92b62603a464e42bd6ed5c (patch)
tree645163456b39c9174bd3899bfa5aa5715e8f772d /src/lib/player.h
parent3664b9abfab4b9d2b3a46322b585384dbc06208b (diff)
Some include tidying.
Diffstat (limited to 'src/lib/player.h')
-rw-r--r--src/lib/player.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/player.h b/src/lib/player.h
index 385296585..5d2273a44 100644
--- a/src/lib/player.h
+++ b/src/lib/player.h
@@ -20,9 +20,6 @@
#ifndef DCPOMATIC_PLAYER_H
#define DCPOMATIC_PLAYER_H
-#include <list>
-#include <boost/shared_ptr.hpp>
-#include <boost/enable_shared_from_this.hpp>
#include "playlist.h"
#include "content.h"
#include "film.h"
@@ -34,6 +31,9 @@
#include "piece.h"
#include "content_video.h"
#include "player_subtitles.h"
+#include <boost/shared_ptr.hpp>
+#include <boost/enable_shared_from_this.hpp>
+#include <list>
class Job;
class Film;