diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-23 23:47:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-23 23:54:16 +0100 |
| commit | b5dc29b2bf68213eac35048e21e9c26f7a221db7 (patch) | |
| tree | 54fa4aa99aa7ae7762644734228c6ef8f77c5dda /src/AS_DCP_AES.cpp | |
| parent | 26ef18592f9f7ae67e294fb3cc9fde8729b8066e (diff) | |
Move public headers into src/asdcp and install them in a asdcp subdirectory.
Diffstat (limited to 'src/AS_DCP_AES.cpp')
| -rwxr-xr-x | src/AS_DCP_AES.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/AS_DCP_AES.cpp b/src/AS_DCP_AES.cpp index 379e8ab..00ae4d0 100755 --- a/src/AS_DCP_AES.cpp +++ b/src/AS_DCP_AES.cpp @@ -31,9 +31,9 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <assert.h> -#include <AS_DCP.h> -#include <KM_log.h> -#include <KM_prng.h> +#include <asdcp/AS_DCP.h> +#include <asdcp/KM_log.h> +#include <asdcp/KM_prng.h> using Kumu::DefaultLogSink; using namespace ASDCP; |
