summaryrefslogtreecommitdiffstats
path: root/server/reds.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-02-04 18:13:02 +0100
committerAlexander Larsson <alexl@redhat.com>2010-02-04 18:49:05 +0100
commit16540e99531b301d55e896c2244ca099895e6062 (patch)
tree377cb386240236ed36e8e2b0423a90f7dc0535c6 /server/reds.c
parent1f516978527b223882c02d8c23834a0f30279dec (diff)
downloadspice-16540e99531b301d55e896c2244ca099895e6062.tar.gz
spice-16540e99531b301d55e896c2244ca099895e6062.tar.xz
spice-16540e99531b301d55e896c2244ca099895e6062.zip
Use the new header names
I just ran: find -name "*.[ch]" | xargs sed -i -f ../spice-protocol/includes.sed find -name "*.cpp" | xargs sed -i -f ../spice-protocol/includes.sed
Diffstat (limited to 'server/reds.c')
-rw-r--r--server/reds.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/reds.c b/server/reds.c
index bb71ae74..7b8d15b3 100644
--- a/server/reds.c
+++ b/server/reds.c
@@ -40,14 +40,14 @@
#include "spice.h"
#include "reds.h"
-#include "red.h"
-#include "vd_agent.h"
+#include <spice/protocol.h>
+#include <spice/vd_agent.h>
#include "red_common.h"
#include "red_dispatcher.h"
#include "snd_worker.h"
#include "red_tunnel_worker.h"
-#include "reds_stat.h"
+#include <spice/stats.h>
#include "stat.h"
#include "ring.h"
#include "config.h"