[gnome-remote-desktop] rdp-graphics-pipeline: Fix small style issue
- From: Jonas Ådahl <jadahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-remote-desktop] rdp-graphics-pipeline: Fix small style issue
- Date: Tue, 19 Oct 2021 08:19:39 +0000 (UTC)
commit ab14761a35f5137ff35a8b99d98e218eaeb332ea
Author: Pascal Nowack <Pascal Nowack gmx de>
Date: Mon Oct 18 09:17:35 2021 +0200
rdp-graphics-pipeline: Fix small style issue
The NVENC include is currently conditional, so put it under the
unconditional includes.
src/grd-rdp-graphics-pipeline.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/grd-rdp-graphics-pipeline.c b/src/grd-rdp-graphics-pipeline.c
index 0ed3857..dbf3ef6 100644
--- a/src/grd-rdp-graphics-pipeline.c
+++ b/src/grd-rdp-graphics-pipeline.c
@@ -26,11 +26,12 @@
#include "grd-rdp-frame-info.h"
#include "grd-rdp-gfx-surface.h"
#include "grd-rdp-network-autodetection.h"
+#include "grd-rdp-surface.h"
+#include "grd-session-rdp.h"
+
#ifdef HAVE_NVENC
#include "grd-rdp-nvenc.h"
#endif /* HAVE_NVENC */
-#include "grd-rdp-surface.h"
-#include "grd-session-rdp.h"
#define ENC_TIMES_CHECK_INTERVAL_MS 1000
#define MAX_TRACKED_ENC_FRAMES 1000
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]