summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_screen.c
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2008-05-11 14:43:22 +0300
committerKristian Høgsberg <krh@redhat.com>2008-05-20 16:03:44 -0400
commitc95e66120be049ee51ff84868b1da3379b312fab (patch)
tree9ec66f9fe319691b4cc904a59c35f7b36693d82a /src/mesa/drivers/dri/unichrome/via_screen.c
parentb539b6132141b0f583076355ad158852667b79cd (diff)
Make utils.h self-contained.
Move stuff with drm dependencies to dri_util.h, and move a couple of types without drm dependencies to utils.h.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_screen.c')
-rw-r--r--src/mesa/drivers/dri/unichrome/via_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_screen.c b/src/mesa/drivers/dri/unichrome/via_screen.c
index ca193bfa53..3648710533 100644
--- a/src/mesa/drivers/dri/unichrome/via_screen.c
+++ b/src/mesa/drivers/dri/unichrome/via_screen.c
@@ -24,8 +24,8 @@
#include <stdio.h>
-#include "utils.h"
#include "dri_util.h"
+#include "utils.h"
#include "glheader.h"
#include "context.h"
#include "framebuffer.h"