C++11 tidying.
[dcpomatic.git] / src / wx / cinema_dialog.h
index d16b0ba9ce13d3f208b2060e2ac0ce8f78a8d8cb..e0594b5d81d059ef69bcf06b2e7c05956c1093a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
-#include "table_dialog.h"
+
 #include "editable_list.h"
 #include "email_dialog.h"
+#include "table_dialog.h"
 #include <wx/wx.h>
 #include <list>
 #include <vector>
 
+
 class CinemaDialog : public wxDialog
 {
 public: