diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-01 12:22:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-03 17:01:32 +0100 |
| commit | dfb6aa39a8000fc071dfa0680584dae173535c9a (patch) | |
| tree | ccf64f8dbc81ab13d36f3319475fc0e59f95e2ec /src/S12MTimecode.h | |
| parent | 8204f14304dd463a42f8540413cf95cf49e1f829 (diff) | |
Move public headers into src/asdcp and install them in a asdcp subdirectory.
Diffstat (limited to 'src/S12MTimecode.h')
| -rw-r--r-- | src/S12MTimecode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/S12MTimecode.h b/src/S12MTimecode.h index 6abe3f6..7358dad 100644 --- a/src/S12MTimecode.h +++ b/src/S12MTimecode.h @@ -25,7 +25,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /*! \file S12MTimecode.cpp - \version $Id$ + \version $Id$ \brief AS-DCP library, Timecode PCM essence reader and writer implementation */ @@ -38,8 +38,8 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef _S12MTIMECODE_H_ #define _S12MTIMECODE_H_ -#include "KM_util.h" -#include "KM_memio.h" +#include <asdcp/KM_util.h> +#include <asdcp/KM_memio.h> namespace ASDCP { |
