Skip to content

Commit

Permalink
remove windows dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Dec 31, 2023
1 parent 3d7a176 commit 2bf7d58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/packetnetwork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include <QtGlobal>
#include <QUrlQuery>
#include <QStandardPaths>
#include <windows.h>
#include <iostream>
#include "association.h"
#include <QStringList>
Expand Down
1 change: 0 additions & 1 deletion src/packetnetwork.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "persistentconnection.h"
#endif
#include <threadedtcpserver.h>
#include <Windows.h>
#include <QSettings>
#include "dtlsthread.h"
#include "dtlsserver.h"
Expand Down

0 comments on commit 2bf7d58

Please sign in to comment.