diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-09 16:29:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-09 16:29:21 +0100 |
| commit | 92b7d1cffbd0d457f8b4b23cc72937bcf8e5ed5e (patch) | |
| tree | b175db682422765468991702e8563bcd89713b70 /src/lib/scp_uploader.cc | |
| parent | 7392cb8383c9b857edad5f99eaf917ed70da237d (diff) | |
Tidying.
Diffstat (limited to 'src/lib/scp_uploader.cc')
| -rw-r--r-- | src/lib/scp_uploader.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/scp_uploader.cc b/src/lib/scp_uploader.cc index 9c349f233..0223b29e0 100644 --- a/src/lib/scp_uploader.cc +++ b/src/lib/scp_uploader.cc @@ -19,12 +19,12 @@ */ -#include "scp_uploader.h" -#include "exceptions.h" -#include "job.h" +#include "compose.hpp" #include "config.h" #include "cross.h" -#include "compose.hpp" +#include "exceptions.h" +#include "job.h" +#include "scp_uploader.h" #include "warnings.h" #include <sys/stat.h> |
