summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-07-10 01:22:18 +0200
committerCarl Hetherington <cth@carlh.net>2021-07-10 01:22:18 +0200
commit9853cbf566fdfdea096333c4caa788c29fa5c57b (patch)
treef096ad55c55269deb5ec1037212c726e18361d6d /src/util.cc
parent1b7d38b2e148cc83d5243fbdcfa0a0efc15992d4 (diff)
Rename compose.hpp to compose.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 5133a43b..a36e2429 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -44,7 +44,7 @@
#include "certificate.h"
#include "openjpeg_image.h"
#include "dcp_assert.h"
-#include "compose.hpp"
+#include "compose.h"
#include <openjpeg.h>
#include <asdcp/KM_util.h>
#include <asdcp/KM_fileio.h>