Tidying.
[dcpomatic.git] / src / wx / content_sub_panel.cc
index 9c236abebfef4a1b552b5e8b5f084a283f569a1d..d170d6edd514342d4c64674fb7f7455fa20036e7 100644 (file)
@@ -18,6 +18,7 @@
 
 */
 
+
 #include "content_sub_panel.h"
 #include "content_panel.h"
 #include "wx_util.h"
 #include "lib/log.h"
 #include <wx/notebook.h>
 
+
 using std::list;
-using std::string;
 using std::shared_ptr;
+using std::string;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif
 
+
 ContentSubPanel::ContentSubPanel (ContentPanel* p, wxString name)
        : wxScrolledWindow (p->notebook(), wxID_ANY)
        , _parent (p)