Tidying.
[dcpomatic.git] / src / wx / colour_conversion_editor.h
index 787b615d5148741981601883ee07e0b9c8fedc2d..bdf185227a842966cb336309108cd623afcb58ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #ifndef DCPOMATIC_COLOUR_CONVERSION_EDITOR_H
 #define DCPOMATIC_COLOUR_CONVERSION_EDITOR_H
 
+
 #include <boost/signals2.hpp>
 #include <wx/wx.h>
 
-class wxSpinCtrlDouble;
+
 class ColourConversion;
+class wxGridBagSizer;
+class wxSpinCtrlDouble;
+
 
 class ColourConversionEditor : public wxPanel
 {
@@ -79,4 +84,6 @@ private:
        wxStaticText* _bradford[3][3];
 };
 
+
 #endif
+