summaryrefslogtreecommitdiffhomepage
path: root/windows/nsis-plugins/src/cleanup/cleaningops.cpp
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2020-01-20 15:43:28 +0100
committerDavid Lönnhager <david.l@mullvad.net>2020-01-20 17:04:56 +0100
commita64020b195a83b0960fe79ff11904c4f35348ec8 (patch)
tree67353ac90f69ea7bf810c0c7b341f8f77867be4a /windows/nsis-plugins/src/cleanup/cleaningops.cpp
parente6ea3bd0d617a91645d96e89459f988bd67b4117 (diff)
downloadmullvadvpn-a64020b195a83b0960fe79ff11904c4f35348ec8.tar.xz
mullvadvpn-a64020b195a83b0960fe79ff11904c4f35348ec8.zip
Refactor Windows process headers
Diffstat (limited to 'windows/nsis-plugins/src/cleanup/cleaningops.cpp')
-rw-r--r--windows/nsis-plugins/src/cleanup/cleaningops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/nsis-plugins/src/cleanup/cleaningops.cpp b/windows/nsis-plugins/src/cleanup/cleaningops.cpp
index 671ff3c73d..88cf20ad55 100644
--- a/windows/nsis-plugins/src/cleanup/cleaningops.cpp
+++ b/windows/nsis-plugins/src/cleanup/cleaningops.cpp
@@ -5,7 +5,7 @@
#include <libcommon/string.h>
#include <libcommon/memory.h>
#include <libcommon/security.h>
-#include <libcommon/process.h>
+#include <libcommon/process/process.h>
#include <filesystem>
#include <utility>
#include <functional>