summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-01 20:47:14 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-01 20:47:14 +0100
commit6904ca547ce503c9ea06b4def9b9a716068e493c (patch)
tree1be4293f3231291344ee9ecc4e64180b4805176d /src
parenta16f2c07ea7301ed1b82b9039ea7db7c025054ff (diff)
update.{cc,h} -> update_checker.{cc,h}.
Diffstat (limited to 'src')
-rw-r--r--src/lib/update_checker.cc (renamed from src/lib/update.cc)2
-rw-r--r--src/lib/update_checker.h (renamed from src/lib/update.h)0
-rw-r--r--src/lib/wscript2
-rw-r--r--src/tools/dcpomatic.cc2
4 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/update.cc b/src/lib/update_checker.cc
index 7a3f0bd5d..634328e6a 100644
--- a/src/lib/update.cc
+++ b/src/lib/update_checker.cc
@@ -17,7 +17,7 @@
*/
-#include "update.h"
+#include "update_checker.h"
#include "version.h"
#include "safe_stringstream.h"
#include "config.h"
diff --git a/src/lib/update.h b/src/lib/update_checker.h
index b82be7808..b82be7808 100644
--- a/src/lib/update.h
+++ b/src/lib/update_checker.h
diff --git a/src/lib/wscript b/src/lib/wscript
index ae3059af4..68005f50b 100644
--- a/src/lib/wscript
+++ b/src/lib/wscript
@@ -118,7 +118,7 @@ sources = """
transcoder.cc
types.cc
signal_manager.cc
- update.cc
+ update_checker.cc
upload_job.cc
uploader.cc
upmixer_a.cc
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"