summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2018-05-18 16:23:53 +0200
committerJonas Ådahl <jadahl@gmail.com>2018-11-06 17:17:36 +0100
commit99fb79f4cb5281349f715909435f1f16ccf378e4 (patch)
tree55f223bc19f6a0966529f01a79a64717e20d90c7
parent24d8d40debcb00dcb3a2bf08c7dfe8d56c12198a (diff)
downloadmutter-99fb79f4cb5281349f715909435f1f16ccf378e4.tar.gz
cogl: Unconditionally include "strings.h"
-rw-r--r--cogl/cogl/driver/gl/cogl-texture-gl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cogl/cogl/driver/gl/cogl-texture-gl.c b/cogl/cogl/driver/gl/cogl-texture-gl.c
index 02253415b..d491a45a4 100644
--- a/cogl/cogl/driver/gl/cogl-texture-gl.c
+++ b/cogl/cogl/driver/gl/cogl-texture-gl.c
@@ -31,9 +31,7 @@
#include "cogl-config.h"
#endif
-#ifdef HAVE_STRINGS_H
#include <strings.h>
-#endif
#include "cogl-context-private.h"
#include "cogl-util-gl-private.h"