removed unnecessaraly included files
This commit is contained in:
3
main.cpp
3
main.cpp
@@ -3,7 +3,6 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <fstream>
|
|
||||||
|
|
||||||
#include "nvhttp.h"
|
#include "nvhttp.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
@@ -12,8 +11,6 @@ extern "C" {
|
|||||||
#include <rs.h>
|
#include <rs.h>
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <libavcodec/avcodec.h>
|
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
using namespace std::literals;
|
using namespace std::literals;
|
||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user