C++11 and whitespace cleanups.
[dcpomatic.git] / src / lib / film.cc
index d9ed8c53000b8430c0f02f3838b6f4bdf59b09cb..718d6c61db1d6281f4f33c96a80bdd29cbe8b9a4 100644 (file)
 #include <boost/filesystem.hpp>
 #include <boost/regex.hpp>
 #include <unistd.h>
-#include <stdexcept>
-#include <iostream>
 #include <algorithm>
 #include <cstdlib>
 #include <iomanip>
+#include <iostream>
 #include <set>
+#include <stdexcept>
 
 #include "i18n.h"