diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-07-01 18:30:37 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-07-01 18:30:37 +0200 |
commit | 33e902a74465110489c6566f5f0c035ad9432de4 (patch) | |
tree | b2bb4a6d9351100bd2622d221ca1eeda36be9ec7 /tracker-kinect-face | |
parent | 15c97dd8ddeba8d0f0e80df39320e3789f3fb4b2 (diff) |
compat: drop pre-C++20 macros.hpp header
Diffstat (limited to 'tracker-kinect-face')
-rw-r--r-- | tracker-kinect-face/kinect_face_settings.h | 1 | ||||
-rw-r--r-- | tracker-kinect-face/kinect_face_tracker.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tracker-kinect-face/kinect_face_settings.h b/tracker-kinect-face/kinect_face_settings.h index 40af1eb7..2c5cc55f 100644 --- a/tracker-kinect-face/kinect_face_settings.h +++ b/tracker-kinect-face/kinect_face_settings.h @@ -8,7 +8,6 @@ #pragma once #include "ui_kinect_face_settings.h" -#include "compat/macros.hpp" #include "api/plugin-api.hpp" class KinectFaceSettings : public ITrackerDialog diff --git a/tracker-kinect-face/kinect_face_tracker.h b/tracker-kinect-face/kinect_face_tracker.h index 8070c519..83b58d71 100644 --- a/tracker-kinect-face/kinect_face_tracker.h +++ b/tracker-kinect-face/kinect_face_tracker.h @@ -12,7 +12,6 @@ #include "api/plugin-api.hpp" #include "compat/timer.hpp" -#include "compat/macros.hpp" #include "video/video-widget.hpp" // Kinect Header files |