diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-11-08 01:14:38 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-11-15 22:21:28 +0200 |
commit | d767c84022559e55708f24a3a264853c0142135e (patch) | |
tree | 9b104f71819804d002039fab9be25340e90bc210 /src/libcamera/ipc_unixsocket.cpp | |
parent | 7d35c771c0480e1ca5942ba3c9cf09c1fde22f85 (diff) |
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>
Diffstat (limited to 'src/libcamera/ipc_unixsocket.cpp')
-rw-r--r-- | src/libcamera/ipc_unixsocket.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libcamera/ipc_unixsocket.cpp b/src/libcamera/ipc_unixsocket.cpp index 5c8cce16..fdb359f7 100644 --- a/src/libcamera/ipc_unixsocket.cpp +++ b/src/libcamera/ipc_unixsocket.cpp @@ -12,8 +12,7 @@ #include <sys/socket.h> #include <unistd.h> -#include <libcamera/event_notifier.h> - +#include "libcamera/internal/event_notifier.h" #include "libcamera/internal/log.h" /** |