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/PCMParserList.h | |
| parent | 26ef18592f9f7ae67e294fb3cc9fde8729b8066e (diff) | |
Move public headers into src/asdcp and install them in a asdcp subdirectory.
Diffstat (limited to 'src/PCMParserList.h')
| -rwxr-xr-x | src/PCMParserList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PCMParserList.h b/src/PCMParserList.h index dbacd68..72bad1b 100755 --- a/src/PCMParserList.h +++ b/src/PCMParserList.h @@ -32,8 +32,8 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef _PCMPARSERLIST_H_ #define _PCMPARSERLIST_H_ -#include <KM_fileio.h> -#include <AS_DCP.h> +#include <asdcp/KM_fileio.h> +#include <asdcp/AS_DCP.h> #include <vector> namespace ASDCP |
