Limit length of error messages in the job manager view.
[dcpomatic.git] / src / lib / playlist.h
index 9e3dbb6dfbf39ccf2f6f6864d1ee2920983ff447..91051e9c4752353f6fe79a4793b69850dc6f81a3 100644 (file)
 #ifndef DCPOMATIC_PLAYLIST_H
 #define DCPOMATIC_PLAYLIST_H
 
-#include <list>
-#include <boost/shared_ptr.hpp>
-#include <boost/enable_shared_from_this.hpp>
 #include "ffmpeg_content.h"
 #include "audio_mapping.h"
 #include "util.h"
 #include "frame_rate_change.h"
+#include <boost/shared_ptr.hpp>
+#include <boost/enable_shared_from_this.hpp>
+#include <list>
 
 class Content;
 class FFmpegContent;