summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/drisw_util.c
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsapountzis@gmail.com>2011-11-03 13:57:41 +0200
committerGeorge Sapountzis <gsapountzis@gmail.com>2011-11-04 23:33:04 +0200
commit78c076e6548f0bb44758d89ec434bcfddd902939 (patch)
tree339048ca536e0ddb72df76c7b6cdd402a0b86d80 /src/mesa/drivers/dri/common/drisw_util.c
parent96bd41b315ce2943df2e59656fb200fedb866412 (diff)
dri: drop drisw_util.h
Diffstat (limited to 'src/mesa/drivers/dri/common/drisw_util.c')
-rw-r--r--src/mesa/drivers/dri/common/drisw_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/drisw_util.c b/src/mesa/drivers/dri/common/drisw_util.c
index 1bdb6d8939e..b720750eac9 100644
--- a/src/mesa/drivers/dri/common/drisw_util.c
+++ b/src/mesa/drivers/dri/common/drisw_util.c
@@ -27,7 +27,7 @@
* DRISW utility functions, i.e. dri_util.c stripped from drm-specific bits.
*/
-#include "drisw_util.h"
+#include "dri_util.h"
#include "utils.h"