Skip to content
Snippets Groups Projects
Commit 47e702b6 authored by calrama's avatar calrama
Browse files

Clean up some includes

parent 22fca0a3
No related branches found
No related tags found
No related merge requests found
Pipeline #26537 passed
#pragma once
#include <QtCore/QThread>
#include <QtCore/QDebug>
#include <QtNetwork/QTcpServer>
#include <QtNetwork/QTcpSocket>
#include <QtNetwork/QNetworkInterface>
#include "../TrackedComponents/pose/FishPose.h"
#include <unordered_set>
#include <chrono>
#include <QThread>
#include <QDebug>
#include <QTcpServer>
#include <QTcpSocket>
#include <QNetworkInterface>
#include "../TrackedComponents/pose/FishPose.h"
class TcpListener : public QTcpServer
{
Q_OBJECT
......
#pragma once
#include <opencv2/opencv.hpp>
#include <QSettings>
#include <QtCore/QSettings>
#include <opencv2/opencv.hpp>
#include "../../../../helper/StringHelper.h"
#include "../../../TrackerParameter.h"
......
#pragma once
#include <QtCore/qmath.h>
#include <QtCore/QPoint>
#include <QtCore/QPointF>
#include <QtCore/QList>
#include <QtCore/QDateTime>
#include <QtMath>
#include <QPoint>
#include <QPointF>
#include <QList>
#include <QDateTime>
#include <QDebug>
#include <opencv2/opencv.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment