mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
drop obsolete compat-api.h
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -84,7 +84,6 @@ EXTRA_DIST = \
|
|||||||
cayman_reg.h \
|
cayman_reg.h \
|
||||||
cayman_reg_auto.h \
|
cayman_reg_auto.h \
|
||||||
cayman_shader.h \
|
cayman_shader.h \
|
||||||
compat-api.h \
|
|
||||||
ati.h \
|
ati.h \
|
||||||
ativersion.h \
|
ativersion.h \
|
||||||
bicubic_table.h \
|
bicubic_table.h \
|
||||||
|
|||||||
@@ -1,29 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright 2012 Red Hat, Inc.
|
|
||||||
*
|
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice (including the next
|
|
||||||
* paragraph) shall be included in all copies or substantial portions of the
|
|
||||||
* Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
||||||
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
* DEALINGS IN THE SOFTWARE.
|
|
||||||
*
|
|
||||||
* Author: Dave Airlie <airlied@redhat.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef COMPAT_API_H
|
|
||||||
#define COMPAT_API_H
|
|
||||||
|
|
||||||
#endif
|
|
||||||
@@ -90,8 +90,6 @@
|
|||||||
#include "picturestr.h"
|
#include "picturestr.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "compat-api.h"
|
|
||||||
|
|
||||||
#include "simple_list.h"
|
#include "simple_list.h"
|
||||||
#include "atipcirename.h"
|
#include "atipcirename.h"
|
||||||
|
|
||||||
|
|||||||
@@ -48,7 +48,6 @@
|
|||||||
#include "xf86platformBus.h"
|
#include "xf86platformBus.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "compat-api.h"
|
|
||||||
#include "exa.h"
|
#include "exa.h"
|
||||||
|
|
||||||
extern DriverRec RADEON;
|
extern DriverRec RADEON;
|
||||||
|
|||||||
@@ -28,7 +28,6 @@
|
|||||||
|
|
||||||
#include <xf86.h>
|
#include <xf86.h>
|
||||||
#include "radeon_video.h"
|
#include "radeon_video.h"
|
||||||
#include "compat-api.h"
|
|
||||||
|
|
||||||
#include <X11/extensions/Xv.h>
|
#include <X11/extensions/Xv.h>
|
||||||
#include <X11/extensions/XvMC.h>
|
#include <X11/extensions/XvMC.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user