diff options
Diffstat (limited to 'proto-ft/ftnoir_protocol_ft.cpp')
-rw-r--r-- | proto-ft/ftnoir_protocol_ft.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/proto-ft/ftnoir_protocol_ft.cpp b/proto-ft/ftnoir_protocol_ft.cpp index 04a5a4cf..f8c5afb8 100644 --- a/proto-ft/ftnoir_protocol_ft.cpp +++ b/proto-ft/ftnoir_protocol_ft.cpp @@ -6,11 +6,9 @@ * copyright notice and this permission notice appear in all copies. */ -#include "compat/util.hpp" - #include "ftnoir_protocol_ft.h" #include "csv/csv.h" -#include "opentrack-library-path.h" +#include "compat/library-path.hpp" #include <cassert> #include <cstddef> |