[PATCH 6/7] Don't include sys/time.h.

Sebastian Pop sebpop@gmail.com
Tue Dec 28 11:09:00 GMT 2010


2010-12-27  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-opencl-codegen.c: Do not include sys/time.h.
	* graphite-opencl.c: Same.
---
 gcc/ChangeLog.graphite        |    5 +++++
 gcc/graphite-opencl-codegen.c |    1 -
 gcc/graphite-opencl.c         |    1 -
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite
index ede7a35..1921b79 100644
--- a/gcc/ChangeLog.graphite
+++ b/gcc/ChangeLog.graphite
@@ -1,5 +1,10 @@
 2010-12-27  Sebastian Pop  <sebastian.pop@amd.com>
 
+	* graphite-opencl-codegen.c: Do not include sys/time.h.
+	* graphite-opencl.c: Same.
+
+2010-12-27  Sebastian Pop  <sebastian.pop@amd.com>
+
 	* graphite-opencl.c (h_context, h_cmd_queue, h_program): Moved
 	out of ifdef HAVE_cloog section.
 
diff --git a/gcc/graphite-opencl-codegen.c b/gcc/graphite-opencl-codegen.c
index db1a59a..9f6da08 100644
--- a/gcc/graphite-opencl-codegen.c
+++ b/gcc/graphite-opencl-codegen.c
@@ -44,7 +44,6 @@
 #include "gimple.h"
 #include "sese.h"
 #include "output.h"
-#include <sys/time.h>
 #include "hashtab.h"
 #include "gimple-pretty-print.h"
 #include "tree.h"
diff --git a/gcc/graphite-opencl.c b/gcc/graphite-opencl.c
index 9b4743e..06bea63 100644
--- a/gcc/graphite-opencl.c
+++ b/gcc/graphite-opencl.c
@@ -70,7 +70,6 @@
 #include "gimple.h"
 #include "sese.h"
 #include "output.h"
-#include <sys/time.h>
 #include "hashtab.h"
 #include "tree.h"
 
-- 
1.7.1



More information about the Gcc-patches mailing list