mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
24 lines
610 B
C
24 lines
610 B
C
$NetBSD: patch-src_apm.h,v 1.1 2015/04/02 22:16:45 tnn Exp $
|
|
|
|
From 9f67408e4f078e907fbf4feb45cfdcfd0cdebcca Mon Sep 17 00:00:00 2001
|
|
From: Adam Jackson <ajax@redhat.com>
|
|
Date: Wed, 9 Jan 2013 22:03:29 -0500
|
|
Subject: Remove #include "mibstore.h"
|
|
|
|
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
|
|
|
diff --git a/src/apm.h b/src/apm.h
|
|
index a3c06f8..365e5e2 100644
|
|
--- src/apm.h
|
|
+++ src/apm.h
|
|
@@ -33,9 +33,6 @@
|
|
/* All drivers initialising the SW cursor need this */
|
|
#include "mipointer.h"
|
|
|
|
-/* All drivers implementing backing store need this */
|
|
-#include "mibstore.h"
|
|
-
|
|
/* I2C support */
|
|
#include "xf86i2c.h"
|
|
|