mangoapp: reshuffle ifdef MANGOAPP guards

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
pull/941/head
Emil Velikov 1 year ago committed by jackun
parent da219457e5
commit 535c1f0a83

@ -1,3 +1,5 @@
#ifdef MANGOAPP
#include <stdint.h>
#include <mutex>
#include <condition_variable>
@ -10,3 +12,5 @@ extern uint8_t g_fsrUpscale;
extern uint8_t g_fsrSharpness;
extern std::vector<float> gamescope_debug_latency;
extern std::vector<float> gamescope_debug_app;
#endif

@ -5,9 +5,7 @@
#include "mesa/util/os_socket.h"
#include "overlay.h"
#include "version.h"
#ifdef MANGOAPP
#include "app/mangoapp.h"
#endif
int global_control_client;

@ -36,9 +36,7 @@
#include "dbus_info.h"
#endif
#ifdef MANGOAPP
#include "app/mangoapp.h"
#endif
#if __cplusplus >= 201703L

Loading…
Cancel
Save