diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-01 12:22:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-01 12:22:38 +0100 |
| commit | bc41241ca5946b45895806e5ab361f9277933563 (patch) | |
| tree | 1cd8a3f6eaaa6b5af453c3419247a7e63394ba37 /src/S12MTimecode.h | |
| parent | d2042adb97e12b9c7e963a98e218a0ea6fbc9197 (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 6abd09b..f2f7cea 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: S12MTimecode.h,v 1.6 2014/09/21 13:27:43 jhurst Exp $ + \version $Id: S12MTimecode.h,v 1.6 2014/09/21 13:27:43 jhurst Exp $ \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 { |
