Optimize includes across code base

This commit is contained in:
peter 2021-07-11 22:10:29 -04:00 committed by Jonathan White
parent f770edb6d3
commit 6b14b5dc27
422 changed files with 399 additions and 1130 deletions

View file

@ -16,16 +16,11 @@
*/
#include "BrowserHost.h"
#include "BrowserSettings.h"
#include "BrowserShared.h"
#include <QJsonDocument>
#include <QLocalServer>
#include <QLocalSocket>
#include <QMutexLocker>
#include <QtNetwork>
#include <iostream>
#ifdef Q_OS_WIN
#include <fcntl.h>
@ -34,7 +29,6 @@
#include <windows.h>
#else
#include <sys/socket.h>
#include <sys/types.h>
#endif
BrowserHost::BrowserHost(QObject* parent)