C++11 and general tidying.
[dcpomatic.git] / src / lib / internet.h
index 25513e6667d8e0489ebc4557d848b97ed99cbe7e..f3cd2c6b4f908b63f6fba2c4331e643f8fb16c4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2022 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -18,8 +18,9 @@
 
 */
 
-#include <boost/optional.hpp>
+
 #include <boost/filesystem.hpp>
+#include <boost/optional.hpp>
 
 
 class ScopedTemporary;