diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-07-10 01:22:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-07-10 01:22:18 +0200 |
| commit | 9853cbf566fdfdea096333c4caa788c29fa5c57b (patch) | |
| tree | f096ad55c55269deb5ec1037212c726e18361d6d /src/encrypted_kdm.cc | |
| parent | 1b7d38b2e148cc83d5243fbdcfa0a0efc15992d4 (diff) | |
Rename compose.hpp to compose.h
Diffstat (limited to 'src/encrypted_kdm.cc')
| -rw-r--r-- | src/encrypted_kdm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encrypted_kdm.cc b/src/encrypted_kdm.cc index dec2efcd..5706f953 100644 --- a/src/encrypted_kdm.cc +++ b/src/encrypted_kdm.cc @@ -41,7 +41,7 @@ #include "util.h" #include "certificate_chain.h" #include "exceptions.h" -#include "compose.hpp" +#include "compose.h" #include <libcxml/cxml.h> #include <libxml++/document.h> #include <libxml++/nodes/element.h> |
