xf86-video-apm-1.2.5-remove-mibstore_h.patch 581 B

123456789101112131415161718192021222324
  1. From 9f67408e4f078e907fbf4feb45cfdcfd0cdebcca Mon Sep 17 00:00:00 2001
  2. From: Adam Jackson <ajax@redhat.com>
  3. Date: Thu, 10 Jan 2013 03:03:29 +0000
  4. Subject: Remove #include "mibstore.h"
  5. Signed-off-by: Adam Jackson <ajax@redhat.com>
  6. ---
  7. diff --git a/src/apm.h b/src/apm.h
  8. index a3c06f8..365e5e2 100644
  9. --- a/src/apm.h
  10. +++ b/src/apm.h
  11. @@ -33,9 +33,6 @@
  12. /* All drivers initialising the SW cursor need this */
  13. #include "mipointer.h"
  14. -/* All drivers implementing backing store need this */
  15. -#include "mibstore.h"
  16. -
  17. /* I2C support */
  18. #include "xf86i2c.h"
  19. --
  20. cgit v0.9.0.2-2-gbebe