dri/common: mv __driUtilMessage to utils.c

allows to link with xmlconfig without dri_util, and has nothing drm-specific.
This commit is contained in:
George Sapountzis
2010-03-14 11:36:47 +02:00
parent 7a62c60ca9
commit 631a1a9ac8
6 changed files with 29 additions and 31 deletions

View File

@@ -36,7 +36,7 @@
#include <unistd.h>
#include <errno.h>
#include "main/imports.h"
#include "dri_util.h"
#include "utils.h"
#include "xmlconfig.h"
#undef GET_PROGRAM_NAME