Skip to content

Commit

Permalink
Try again to make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Oct 28, 2024
1 parent 26cd711 commit f4b7a3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extension/socks5proxy/src/socks5local_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

// NOLINTBEGIN: psapi.h must be included after windows.h
// psapi.h must be included after windows.h
// clang-format off
#include <windows.h>
#include <psapi.h>
// NOLINTEND
// clang-format on

#include <QLocalSocket>
#include <QScopeGuard>
Expand Down

0 comments on commit f4b7a3a

Please sign in to comment.