C++11 tidying.
[dcpomatic.git] / src / wx / name_format_editor.h
index 32c78ea252ba8f5a668235ae4db6b6696cb8d1d9..596b427409c2447ec621a80d66abe3b8906d62d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2016-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #ifndef DCPOMATIC_NAME_FORMAT_EDITOR_H
 #define DCPOMATIC_NAME_FORMAT_EDITOR_H
 
+
 #include "lib/compose.hpp"
 #include "lib/warnings.h"
 #include <dcp/name_format.h>
 DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
 DCPOMATIC_ENABLE_WARNINGS
-#include <boost/foreach.hpp>
 #include <boost/signals2.hpp>
 
+
 class NameFormatEditor
 {
 public:
@@ -60,4 +62,5 @@ private:
        std::string _suffix;
 };
 
+
 #endif