diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-06-25 02:06:55 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-06-25 16:11:10 +0100 |
commit | f9ee72430735f749fb7d8fd4a8fe01ca88dc1f88 (patch) | |
tree | 3de5662a1ad584c4e69449fe8b00cdfedae8399c /test/event-thread.cpp | |
parent | b304bc013ef8022131ef0a146f20c6bad7ac45d5 (diff) |
libcamera/base: Move event_notifier to base
Move the event notifier, and associated header updates.
Reviewed-by: Hirokazu Honda <hiroh@chromium.org>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'test/event-thread.cpp')
-rw-r--r-- | test/event-thread.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/event-thread.cpp b/test/event-thread.cpp index 05c5d26d..57526166 100644 --- a/test/event-thread.cpp +++ b/test/event-thread.cpp @@ -10,11 +10,10 @@ #include <string.h> #include <unistd.h> +#include <libcamera/base/event_notifier.h> #include <libcamera/base/thread.h> #include <libcamera/base/timer.h> -#include "libcamera/internal/event_notifier.h" - #include "test.h" using namespace std; |