Tidying.
[dcpomatic.git] / src / wx / content_panel.cc
index 56a342bfe4c45e9f9dd7b4fe0b8781d3a7ec28dd..db29ed74a1fee6d2bcaf37c9de725b19fc1de5c0 100644 (file)
 #include "lib/string_text_file_content.h"
 #include "lib/text_content.h"
 #include "lib/video_content.h"
-#include <wx/wx.h>
-#include <wx/notebook.h>
-#include <wx/listctrl.h>
 #include <wx/display.h>
+#include <wx/listctrl.h>
+#include <wx/notebook.h>
+#include <wx/wx.h>
 #include <boost/filesystem.hpp>
-#include <iostream>
 
 
-using std::cout;
 using std::dynamic_pointer_cast;
 using std::exception;
 using std::list;