From f1a8c5185bfc6017402ee8cf717b0da52f7c6149 Mon Sep 17 00:00:00 2001 From: loki Date: Tue, 3 Dec 2019 23:20:32 +0100 Subject: [PATCH] removed unnecessaraly included files --- main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.cpp b/main.cpp index 92e3d230..c4dfbaf3 100644 --- a/main.cpp +++ b/main.cpp @@ -3,7 +3,6 @@ // #include -#include #include "nvhttp.h" #include "stream.h" @@ -12,8 +11,6 @@ extern "C" { #include } -#include - #include "config.h" using namespace std::literals; int main(int argc, char *argv[]) {