libcamera: Move EventDispatcher to internal API
There's no user of the EventDispatcher (and the related EventNotifier and Timer classes) outside of libcamera. Move those classes to the internal API. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
7d35c771c0
commit
d767c84022
36 changed files with 54 additions and 113 deletions
|
@ -9,11 +9,10 @@
|
|||
#include <unistd.h>
|
||||
#include <vector>
|
||||
|
||||
#include <libcamera/event_dispatcher.h>
|
||||
#include <libcamera/timer.h>
|
||||
|
||||
#include "libcamera/internal/event_dispatcher.h"
|
||||
#include "libcamera/internal/process.h"
|
||||
#include "libcamera/internal/thread.h"
|
||||
#include "libcamera/internal/timer.h"
|
||||
#include "libcamera/internal/utils.h"
|
||||
|
||||
#include "test.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue