diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-01 20:47:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-01 20:47:14 +0100 |
| commit | 6904ca547ce503c9ea06b4def9b9a716068e493c (patch) | |
| tree | 1be4293f3231291344ee9ecc4e64180b4805176d /src/tools | |
| parent | a16f2c07ea7301ed1b82b9039ea7db7c025054ff (diff) | |
update.{cc,h} -> update_checker.{cc,h}.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index e2465ea4a..8692f4c83 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -50,7 +50,7 @@ #include "lib/kdm.h" #include "lib/send_kdm_email_job.h" #include "lib/server_finder.h" -#include "lib/update.h" +#include "lib/update_checker.h" #include "lib/cross.h" #include "lib/content_factory.h" #include "lib/compose.hpp" |
