remove sw-canvas.h

This include was just including another file

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Pavel Grunt <pgrunt@redhat.com>
This commit is contained in:
Frediano Ziglio 2016-05-09 11:33:51 +01:00
parent 1e4800507b
commit 76f643030f
5 changed files with 4 additions and 26 deletions

View File

@ -119,7 +119,6 @@ libserver_la_SOURCES = \
reds-stream.c \
reds-stream.h \
sw-canvas.c \
sw-canvas.h \
sound.c \
sound.h \
stat.h \

View File

@ -21,11 +21,12 @@
#include <setjmp.h>
#include <common/rect.h>
#include <common/sw_canvas.h>
#include "red-worker.h"
#include "reds-stream.h"
#include "cache-item.h"
#include "pixmap-cache.h"
#include "sw-canvas.h"
#include "stat.h"
#include "reds.h"
#include "memslot.h"

View File

@ -29,10 +29,10 @@
#include <spice/qxl_dev.h>
#include <common/quic.h>
#include <common/sw_canvas.h>
#include "spice.h"
#include "red-worker.h"
#include "sw-canvas.h"
#include "reds.h"
#include "dispatcher.h"
#include "red-parse-qxl.h"

View File

@ -17,5 +17,5 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "sw-canvas.h"
#include <common/sw_canvas.h>
#include <common/sw_canvas.c>

View File

@ -1,22 +0,0 @@
/*
Copyright (C) 2011 Red Hat, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef SW_CANVAS_H_
#define SW_CANVAS_H_
#include <common/sw_canvas.h>
#endif /* SW_CANVAS_H_ */