composite: drop needless include of dix-config.h in headers
The consuming .c files must include it at the very first anyways, and we're not using anything from that header here. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
d5272dda96
commit
7ad882edd3
|
@ -40,11 +40,6 @@
|
||||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _COMPINT_H_
|
#ifndef _COMPINT_H_
|
||||||
#define _COMPINT_H_
|
#define _COMPINT_H_
|
||||||
|
|
||||||
|
|
|
@ -20,11 +20,6 @@
|
||||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _COMPOSITEEXT_H_
|
#ifndef _COMPOSITEEXT_H_
|
||||||
#define _COMPOSITEEXT_H_
|
#define _COMPOSITEEXT_H_
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue