Move desktop notifications to its own header

We'll need to use this from the chainloader.
This commit is contained in:
Robbert van der Helm
2022-04-16 14:57:26 +02:00
parent fde90d7bc3
commit 46af07748b
12 changed files with 246 additions and 193 deletions
+1 -3
View File
@@ -26,12 +26,10 @@
#include <version.h>
#include "../../common/configuration.h"
#include "../../common/notifications.h"
#include "../../common/utils.h"
#include "../host-process.h"
// FIXME: This should be passed as an argument instead
#include "../../common/linking.h"
/**
* If the amount of lockable memory is below this, then we'll warn about it
* during startup. Otherwise we may run into issues when mapping shared memory