summaryrefslogtreecommitdiffstats
path: root/client/x11
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-09-29 13:26:21 +0200
committerAlexander Larsson <alexl@redhat.com>2010-09-29 13:26:21 +0200
commit93dc13c91a2634c59d2ff233fa8ba79a534205b0 (patch)
tree6ddacbbc3e3405299862e15728a562666c6b0153 /client/x11
parent44631aa023c58990f13ca50050567033cfa9da3f (diff)
downloadspice-93dc13c91a2634c59d2ff233fa8ba79a534205b0.tar.gz
spice-93dc13c91a2634c59d2ff233fa8ba79a534205b0.tar.xz
spice-93dc13c91a2634c59d2ff233fa8ba79a534205b0.zip
client: Include config.h from common.h
config.h should be availible everywhere, so move its inclusion to the top of common.h.
Diffstat (limited to 'client/x11')
-rw-r--r--client/x11/main.cpp1
-rw-r--r--client/x11/platform.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/client/x11/main.cpp b/client/x11/main.cpp
index 4f49c705..dfcc101b 100644
--- a/client/x11/main.cpp
+++ b/client/x11/main.cpp
@@ -17,7 +17,6 @@
#include "common.h"
#include "application.h"
-#include "config.h"
static void cleanup()
{
diff --git a/client/x11/platform.cpp b/client/x11/platform.cpp
index a9b4449d..a87dcfa9 100644
--- a/client/x11/platform.cpp
+++ b/client/x11/platform.cpp
@@ -40,7 +40,6 @@
#include <set>
#include <values.h>
#include <signal.h>
-#include <config.h>
#include <sys/shm.h>
#include "platform.h"