summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-30 00:48:43 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-30 00:48:43 +0100
commit0f09e4f7335fb125273aa3d1dc397797a2eba1dd (patch)
tree7bdbbcecde8c6337c86286302610c93d348a0a9a /src/util.cc
parent5a2aaaa015d092beb787eae50731d2f7fc6cbb7f (diff)
Rename certificates.{cc,h} -> certificate.{cc,h}.
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cc b/src/util.cc
index 139118ca..569eb9fb 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -24,7 +24,7 @@
#include "util.h"
#include "exceptions.h"
#include "types.h"
-#include "certificates.h"
+#include "certificate.h"
#include "openjpeg_image.h"
#include "dcp_assert.h"
#include "compose.hpp"