diff options
Diffstat (limited to 'test/object-invoke.cpp')
-rw-r--r-- | test/object-invoke.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/object-invoke.cpp b/test/object-invoke.cpp index a6f816f3..b1c0f473 100644 --- a/test/object-invoke.cpp +++ b/test/object-invoke.cpp @@ -8,10 +8,9 @@ #include <iostream> #include <thread> -#include <libcamera/object.h> - -#include "libcamera/internal/event_dispatcher.h" -#include "libcamera/internal/thread.h" +#include <libcamera/base/event_dispatcher.h> +#include <libcamera/base/object.h> +#include <libcamera/base/thread.h> #include "test.h" |