summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-02-02 19:53:24 +1100
committerDave Airlie <airlied@linux.ie>2007-02-02 19:53:24 +1100
commitf90937536ff1e24a8a7e032c5d19878b07e8c7a7 (patch)
treed2d151c2bd747136f643d421b041fb96337ec2fc
parent2497cc6f05ffff214812928875d98c7de314848d (diff)
downloadxorg-driver-xf86-video-nouveau-f90937536ff1e24a8a7e032c5d19878b07e8c7a7.tar.gz
fixup rotate import
-rw-r--r--src/nv_xf86Rotate.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nv_xf86Rotate.c b/src/nv_xf86Rotate.c
index bd4d5a6..e38185f 100644
--- a/src/nv_xf86Rotate.c
+++ b/src/nv_xf86Rotate.c
@@ -32,9 +32,9 @@
#include "xf86DDC.h"
#include "fb.h"
#include "windowstr.h"
-#include "i830_xf86Crtc.h"
-#include "i830_xf86Modes.h"
-#include "i830_randr.h"
+#include "nv_xf86Crtc.h"
+#include "nv_xf86Modes.h"
+#include "nv_randr.h"
#include "X11/extensions/render.h"
#define DPMS_SERVER
#include "X11/extensions/dpms.h"