diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-18 19:35:08 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-18 19:35:29 +0100 |
commit | d361f57c8064ce13a0478653050b169dc94e2e99 (patch) | |
tree | 73613b75bc4e6533455b6c3ad79c3fa39b8554fb /tracker-steamvr | |
parent | 2ab18fd01bc7c46043429511a3801846b998c749 (diff) |
compat/util: retire
Adjust usages.
Diffstat (limited to 'tracker-steamvr')
-rw-r--r-- | tracker-steamvr/steamvr.cpp | 1 | ||||
-rw-r--r-- | tracker-steamvr/steamvr.hpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tracker-steamvr/steamvr.cpp b/tracker-steamvr/steamvr.cpp index 82a38fb7..80a0e6f1 100644 --- a/tracker-steamvr/steamvr.cpp +++ b/tracker-steamvr/steamvr.cpp @@ -19,7 +19,6 @@ #include "steamvr.hpp" #include "api/plugin-api.hpp" -#include "compat/util.hpp" #include <cstdlib> #include <cmath> diff --git a/tracker-steamvr/steamvr.hpp b/tracker-steamvr/steamvr.hpp index 95829492..4ba4da6d 100644 --- a/tracker-steamvr/steamvr.hpp +++ b/tracker-steamvr/steamvr.hpp @@ -1,7 +1,6 @@ #pragma once #include "api/plugin-api.hpp" #include "ui_dialog.h" -#include "compat/util.hpp" #include "options/options.hpp" #include "compat/euler.hpp" |