summaryrefslogtreecommitdiff
path: root/tools/dcpinfo.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 /tools/dcpinfo.cc
parent1b7d38b2e148cc83d5243fbdcfa0a0efc15992d4 (diff)
Rename compose.hpp to compose.h
Diffstat (limited to 'tools/dcpinfo.cc')
-rw-r--r--tools/dcpinfo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpinfo.cc b/tools/dcpinfo.cc
index 46b506fa..23a3ef15 100644
--- a/tools/dcpinfo.cc
+++ b/tools/dcpinfo.cc
@@ -49,7 +49,7 @@
#include "decrypted_kdm.h"
#include "cpl.h"
#include "common.h"
-#include "compose.hpp"
+#include "compose.h"
#include <getopt.h>
#include <boost/filesystem.hpp>
#include <boost/algorithm/string.hpp>