[Spice-devel] [PATCH v2 09/24] Reorder headers according to style guide

Christophe de Dinechin christophe at dinechin.org
Wed Feb 21 17:46:21 UTC 2018


From: Christophe de Dinechin <dinechin at redhat.com>

Signed-off-by: Christophe de Dinechin <dinechin at redhat.com>
---
 src/spice-streaming-agent.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/spice-streaming-agent.cpp b/src/spice-streaming-agent.cpp
index d02b873..dbdc0e2 100644
--- a/src/spice-streaming-agent.cpp
+++ b/src/spice-streaming-agent.cpp
@@ -4,6 +4,10 @@
  * Copyright 2016-2017 Red Hat Inc. All rights reserved.
  */
 
+#include "concrete-agent.hpp"
+#include "hexdump.h"
+#include "mjpeg-fallback.hpp"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>
@@ -34,9 +38,6 @@
 #include <spice-streaming-agent/frame-capture.hpp>
 #include <spice-streaming-agent/plugin.hpp>
 
-#include "hexdump.h"
-#include "concrete-agent.hpp"
-#include "mjpeg-fallback.hpp"
 
 using namespace spice::streaming_agent;
 
-- 
2.13.5 (Apple Git-94)



More information about the Spice-devel mailing list