mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-01 16:50:27 -05: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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue