summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_winsys.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-12-28 00:44:30 -0800
committerVinson Lee <vlee@vmware.com>2009-12-28 00:44:30 -0800
commit31d1822473bf9d4105bb82b67572cfeea53aaf94 (patch)
treeda3e9deaf9c3b52827693c692cc857a77ec7007c /src/gallium/drivers/llvmpipe/lp_winsys.h
parentc441386b0c5c70fc4ae5b3c1eff3fb7f09812a30 (diff)
llvmpipe: Silence compiler warnings.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_winsys.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_winsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_winsys.h b/src/gallium/drivers/llvmpipe/lp_winsys.h
index 595481c2cb..74b472b653 100644
--- a/src/gallium/drivers/llvmpipe/lp_winsys.h
+++ b/src/gallium/drivers/llvmpipe/lp_winsys.h
@@ -35,7 +35,7 @@
#define LP_WINSYS_H
-#include "pipe/p_compiler.h" // for boolean
+#include "pipe/p_compiler.h" /* for boolean */
#include "pipe/p_format.h"