diff options
Diffstat (limited to 'test/object.cpp')
-rw-r--r-- | test/object.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/test/object.cpp b/test/object.cpp index 16118971..95dc1ef3 100644 --- a/test/object.cpp +++ b/test/object.cpp @@ -2,15 +2,14 @@ /* * Copyright (C) 2019, Google Inc. * - * object.cpp - Object tests + * Object tests */ #include <iostream> -#include <libcamera/object.h> - -#include "message.h" -#include "thread.h" +#include <libcamera/base/message.h> +#include <libcamera/base/object.h> +#include <libcamera/base/thread.h> #include "test.h" |