diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-07 11:24:40 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-07 11:54:26 +0200 |
commit | 511e095fa3b944b2016560e6bb21e3f0413aa1a4 (patch) | |
tree | 6d645cfec7f5b6bbfe80d2c5a232a93a0b96213d /ftnoir_protocol_ft | |
parent | 71b9202dbd592996478cb3ab67a84c23fd98368e (diff) |
includes relative to project top directory
Diffstat (limited to 'ftnoir_protocol_ft')
-rw-r--r-- | ftnoir_protocol_ft/ftnoir_protocol_ft.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_protocol_ft/ftnoir_protocol_ft.h b/ftnoir_protocol_ft/ftnoir_protocol_ft.h index ade6ac75..3fe9952d 100644 --- a/ftnoir_protocol_ft/ftnoir_protocol_ft.h +++ b/ftnoir_protocol_ft/ftnoir_protocol_ft.h @@ -38,7 +38,7 @@ #include <QMutexLocker> #include "compat/compat.h" #include "opentrack/options.hpp" -#include "../freetrackclient/fttypes.h" +#include "freetrackclient/fttypes.h" using namespace options; struct settings : opts { |