summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-03-07 11:25:15 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-03-07 11:25:15 +0000
commit26427ce6c5413eb2ec3a1cb3c11c0b4d7306ef4d (patch)
tree03c5cc565938a6f4793d45ea705691e1f3ceca31 /driver
parentd56e229e3bb78279172f0a2147d7d83f72d0d3fb (diff)
Update to xf86-video-dummy 0.3.1
Diffstat (limited to 'driver')
-rw-r--r--driver/xf86-video-dummy/configure.ac2
-rw-r--r--driver/xf86-video-dummy/src/dummy_driver.c3
2 files changed, 1 insertions, 4 deletions
diff --git a/driver/xf86-video-dummy/configure.ac b/driver/xf86-video-dummy/configure.ac
index c0d055248..b365f8d64 100644
--- a/driver/xf86-video-dummy/configure.ac
+++ b/driver/xf86-video-dummy/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-dummy],
- 0.3.0,
+ 0.3.1,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-dummy)
diff --git a/driver/xf86-video-dummy/src/dummy_driver.c b/driver/xf86-video-dummy/src/dummy_driver.c
index 02ba1d9dc..1f44d7e7d 100644
--- a/driver/xf86-video-dummy/src/dummy_driver.c
+++ b/driver/xf86-video-dummy/src/dummy_driver.c
@@ -11,9 +11,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
-/* This is used for module versioning */
-#include "xf86Version.h"
-
/* All drivers initialising the SW cursor need this */
#include "mipointer.h"