diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-07-05 11:20:22 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-07-05 12:43:07 +0200 |
commit | c2ddd53c161a15a10f5552d4c024d8408bcb93ec (patch) | |
tree | c272271919214c45b8ab645fb34c66a38697dcb5 | |
parent | 8f7c69ede20116a533512bff9cd5b23cfbbd0293 (diff) |
proto/wine: remove unused headers
-rw-r--r-- | proto-wine/ftnoir_protocol_wine.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/proto-wine/ftnoir_protocol_wine.cpp b/proto-wine/ftnoir_protocol_wine.cpp index 1b259fd4..23e929df 100644 --- a/proto-wine/ftnoir_protocol_wine.cpp +++ b/proto-wine/ftnoir_protocol_wine.cpp @@ -1,16 +1,10 @@ #include "ftnoir_protocol_wine.h" #include <QString> -#include <QStringList> -#include <QCoreApplication> #include <string.h> #include <math.h> -#include <sys/mman.h> -#include <sys/stat.h> /* For mode constants */ -#include <fcntl.h> /* For O_* constants */ #ifndef OTR_WINE_NO_WRAPPER # include "csv/csv.h" #endif -#include "compat/macros.hpp" #include "compat/library-path.hpp" wine::wine() = default; |