mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 00:05:34 -04:00
Optimize includes across code base
This commit is contained in:
parent
f770edb6d3
commit
6b14b5dc27
422 changed files with 399 additions and 1130 deletions
|
@ -19,7 +19,8 @@
|
|||
#include "browser/BrowserShared.h"
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QtConcurrent/QtConcurrent>
|
||||
#include <QFuture>
|
||||
#include <QtConcurrent/qtconcurrentrun.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
@ -30,7 +31,6 @@
|
|||
#include <windows.h>
|
||||
#else
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
NativeMessagingProxy::NativeMessagingProxy()
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
#define NATIVEMESSAGINGPROXY_H
|
||||
|
||||
#include <QLocalSocket>
|
||||
#include <QObject>
|
||||
#include <QScopedPointer>
|
||||
|
||||
class QWinEventNotifier;
|
||||
class QSocketNotifier;
|
||||
|
|
|
@ -22,9 +22,7 @@
|
|||
#include <iostream>
|
||||
|
||||
#ifndef Q_OS_WIN
|
||||
#include <initializer_list>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
|
||||
// (C) Gist: https://gist.github.com/azadkuh/a2ac6869661ebd3f8588
|
||||
void ignoreUnixSignals(std::initializer_list<int> ignoreSignals)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue