Rename stream-device.[ch] to red-stream-device.[ch]

In order to avoid confusion with file named stream-device.h, from
spice-protocol.

Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Eduardo Lima (Etrunko) 2018-03-12 16:14:30 -03:00 committed by Frediano Ziglio
parent f4dd0f1aa7
commit a4d40532da
4 changed files with 4 additions and 6 deletions

View File

@ -167,8 +167,8 @@ libserver_la_SOURCES = \
stat.h \
stream-channel.c \
stream-channel.h \
stream-device.c \
stream-device.h \
red-stream-device.c \
red-stream-device.h \
sw-canvas.c \
tree.c \
tree.h \

View File

@ -19,9 +19,7 @@
#include <config.h>
#endif
#include "stream-device.h"
#include <spice/stream-device.h>
#include "red-stream-device.h"
#include "stream-channel.h"
#include "cursor-channel.h"

View File

@ -74,7 +74,7 @@
#include "red-client.h"
#include "glib-compat.h"
#include "net-utils.h"
#include "stream-device.h"
#include "red-stream-device.h"
#define REDS_MAX_STAT_NODES 100