summaryrefslogtreecommitdiff
path: root/src/PCMParserList.cpp
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-23 23:47:17 +0100
committerCarl Hetherington <cth@carlh.net>2020-11-23 23:54:16 +0100
commitb5dc29b2bf68213eac35048e21e9c26f7a221db7 (patch)
tree54fa4aa99aa7ae7762644734228c6ef8f77c5dda /src/PCMParserList.cpp
parent26ef18592f9f7ae67e294fb3cc9fde8729b8066e (diff)
Move public headers into src/asdcp and install them in a asdcp subdirectory.
Diffstat (limited to 'src/PCMParserList.cpp')
-rwxr-xr-xsrc/PCMParserList.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PCMParserList.cpp b/src/PCMParserList.cpp
index 0ae22cc..1633b26 100755
--- a/src/PCMParserList.cpp
+++ b/src/PCMParserList.cpp
@@ -30,8 +30,8 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <PCMParserList.h>
-#include <KM_fileio.h>
-#include <KM_log.h>
+#include <asdcp/KM_fileio.h>
+#include <asdcp/KM_log.h>
#include <assert.h>
using namespace ASDCP;