diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-03 00:04:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-03 23:25:19 +0200 |
| commit | d311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f (patch) | |
| tree | ab41f58144bda078f96ce23f6328bd36cbd18dc6 /src/lib/film.cc | |
| parent | 8c39f950ec8f8b3cf4d258279ab499d7e71dafc8 (diff) | |
C++11 and whitespace cleanups.
Diffstat (limited to 'src/lib/film.cc')
| -rw-r--r-- | src/lib/film.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index d9ed8c530..718d6c61d 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -74,12 +74,12 @@ #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" |
