summaryrefslogtreecommitdiff
path: root/gcc/jit/jit-common.h
diff options
context:
space:
mode:
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-25 16:27:12 +0000
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-25 16:27:12 +0000
commit577041e3f5772d7793caff2b7aa93ebc05b89325 (patch)
tree0f8cc4a758ef15235687b6a9e7e151d2b21786d9 /gcc/jit/jit-common.h
parentce41e81a59b1687879492dd8039c720f17204130 (diff)
downloadgcc-577041e3f5772d7793caff2b7aa93ebc05b89325.tar.gz
2015-06-25 Andrew Macleod <amacleod@redhat.com>
* alias.h (alias_set_type): Move typedef. * coretypes.h (alias_set_type): Relocate typedef here. * rtl.h: Don't include alias.h. * jit/jit-common.h: Likewise git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224948 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/jit/jit-common.h')
-rw-r--r--gcc/jit/jit-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/jit/jit-common.h b/gcc/jit/jit-common.h
index 5a8a56dce4f..e5e1a1e688a 100644
--- a/gcc/jit/jit-common.h
+++ b/gcc/jit/jit-common.h
@@ -24,7 +24,6 @@ along with GCC; see the file COPYING3. If not see
#include "libgccjit.h"
#include "vec.h"
-#include "alias.h"
#include "flags.h"
#include "symtab.h"
#include "inchash.h"