summaryrefslogtreecommitdiffhomepage
path: root/video-ps3eye
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-07-01 18:30:37 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-07-01 18:30:37 +0200
commit33e902a74465110489c6566f5f0c035ad9432de4 (patch)
treeb2bb4a6d9351100bd2622d221ca1eeda36be9ec7 /video-ps3eye
parent15c97dd8ddeba8d0f0e80df39320e3789f3fb4b2 (diff)
compat: drop pre-C++20 macros.hpp header
Diffstat (limited to 'video-ps3eye')
-rw-r--r--video-ps3eye/module.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/video-ps3eye/module.hpp b/video-ps3eye/module.hpp
index 26cfad60..f6934d70 100644
--- a/video-ps3eye/module.hpp
+++ b/video-ps3eye/module.hpp
@@ -4,7 +4,7 @@
#include "shm-layout.hpp"
#include "compat/shm.h"
#include "options/options.hpp"
-#include "compat/macros1.h"
+#include "compat/macros.h"
#include "compat/timer.hpp"
#include "ui_dialog.h"