From 7999cc486f9247fafa8685f7f22ea1373540d8ed Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 8 Aug 2021 18:55:53 -0500 Subject: [PATCH] Fix OBS general GET reply handling --- src/mainwindow.cpp | 2 -- src/obsclient.cpp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 15c9139..9e016ef 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -6,9 +6,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include #include -#include #include #include diff --git a/src/obsclient.cpp b/src/obsclient.cpp index 806dc56..e552b31 100644 --- a/src/obsclient.cpp +++ b/src/obsclient.cpp @@ -5,6 +5,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + #include #include #include