aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pop <sebastian.pop@amd.com>2010-12-28 05:59:34 +0000
committerSebastian Pop <sebastian.pop@amd.com>2010-12-28 05:59:34 +0000
commitc3027111e4ff917b39b3688dda1104fad3209e53 (patch)
treee24f1b74a4694156f598a4c158fda80ac1c33aa5
parent4f53bc80be595eaa53de0c52085f704655e8a73d (diff)
Don't include sys/time.h.
2010-12-27 Sebastian Pop <sebastian.pop@amd.com> * graphite-opencl-codegen.c: Do not include sys/time.h. * graphite-opencl.c: Same. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/graphite@168291 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog.graphite5
-rw-r--r--gcc/graphite-opencl-codegen.c1
-rw-r--r--gcc/graphite-opencl.c1
3 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite
index ede7a3545c8..1921b79a6ab 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 db1a59a019a..9f6da0830db 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 9b4743e6fe9..06bea63b1e1 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"