Skip to content

Commit

Permalink
Fix compile thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Feb 12, 2025
1 parent 6863259 commit 1c59e10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions src/controller_p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@

#include "controller_p.h"

#include <qassert.h>
#include <qhostaddress.h>
#include <QHostAddress>

#include "dnshelper.h"
#include "ipaddress.h"
#include "models/server.h"
#include "rfc/rfc1112.h"
#include "rfc/rfc1918.h"
#include "rfc/rfc4193.h"
#include "rfc/rfc4291.h"

namespace ControllerPrivate {

Expand Down
1 change: 0 additions & 1 deletion src/platforms/windows/daemon/windowsfirewall.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <initguid.h>
#include <netfw.h>
#include <qaccessible.h>
#include <qassert.h>
#include <stdio.h>
#include <windows.h>

Expand Down

0 comments on commit 1c59e10

Please sign in to comment.