test: gstreamer: Remove unnecessary header file includes

Remove header files which were not being used in the test code.
The following headers were removed from the gstreamer_single_stream_test:
- libcamera/base/utils.h
- libcamera/internal/source_paths.h

Signed-off-by: Vedant Paranjape <vedantparanjape160201@gmail.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
This commit is contained in:
Vedant Paranjape 2021-09-24 14:30:02 +05:30 committed by Umang Jain
parent d79b412001
commit 31403b0f2a

View file

@ -8,10 +8,6 @@
#include <iostream> #include <iostream>
#include <unistd.h> #include <unistd.h>
#include <libcamera/base/utils.h>
#include "libcamera/internal/source_paths.h"
#include <gst/gst.h> #include <gst/gst.h>
#include "gstreamer_test.h" #include "gstreamer_test.h"