diff options
Diffstat (limited to 'src/jalv_qt.hpp')
-rw-r--r-- | src/jalv_qt.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv_qt.hpp b/src/jalv_qt.hpp index bb74e46..24a57b5 100644 --- a/src/jalv_qt.hpp +++ b/src/jalv_qt.hpp @@ -1,8 +1,8 @@ // Copyright 2007-2022 David Robillard <d@drobilla.net> // SPDX-License-Identifier: ISC -#include "jalv_internal.h" #include "state.h" +#include "types.h" #include "lilv/lilv.h" |