summaryrefslogtreecommitdiffstats
path: root/server/tests
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2013-07-10 00:19:05 +0300
committerUri Lublin <uril@redhat.com>2013-07-16 23:37:29 +0300
commitd45f3bdc6b4624afca1e2d5ecf7badbfb147363c (patch)
treea990d723b056cd5b0ea66bd78d7372c6487ddeb5 /server/tests
parent8b4dde347b2ca27da6f38d2de6f3521eae050510 (diff)
downloadspice-d45f3bdc6b4624afca1e2d5ecf7badbfb147363c.tar.gz
spice-d45f3bdc6b4624afca1e2d5ecf7badbfb147363c.tar.xz
spice-d45f3bdc6b4624afca1e2d5ecf7badbfb147363c.zip
syntax-check: make sure config.h is the first included .h file
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/test_vdagent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/test_vdagent.c b/server/tests/test_vdagent.c
index bb267ddc..af331457 100644
--- a/server/tests/test_vdagent.c
+++ b/server/tests/test_vdagent.c
@@ -2,8 +2,8 @@
* Test vdagent guest to server messages
*/
-#include <string.h>
#include <config.h>
+#include <string.h>
#include <stdlib.h>
#include <stdio.h>