[Mesa-dev] [PATCH 3/4] gallium/util: remove unused header from u_string.h
Timothy Arceri
tarceri at itsqueeze.com
Wed Mar 8 03:36:16 UTC 2017
---
src/gallium/auxiliary/util/u_string.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/gallium/auxiliary/util/u_string.h b/src/gallium/auxiliary/util/u_string.h
index 42c834f..e88e13f 100644
--- a/src/gallium/auxiliary/util/u_string.h
+++ b/src/gallium/auxiliary/util/u_string.h
@@ -34,21 +34,20 @@
#ifndef U_STRING_H_
#define U_STRING_H_
#if !defined(XF86_LIBC_H)
#include <stdio.h>
#endif
#include <stddef.h>
#include <stdarg.h>
-#include "pipe/p_compiler.h"
#include "util/macros.h" // PRINTFLIKE
#ifdef __cplusplus
extern "C" {
#endif
#ifdef _GNU_SOURCE
#define util_strchrnul strchrnul
--
2.9.3
More information about the mesa-dev
mailing list