diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-20 13:39:23 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-20 13:39:23 +0000 |
commit | 7436d2ff0eb7b73860ca5ed1f4574f9aa00a8105 (patch) | |
tree | 4e97485a74cce8f07f7038b4b2b11aa3bbcd1ae6 | |
parent | 705abd1a2ac59d9b6a7459f1decbffdbdc3dbe68 (diff) | |
download | gcc-7436d2ff0eb7b73860ca5ed1f4574f9aa00a8105.tar.gz |
Use #include "wide-int.h" rather than <wide-int.h>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@205113 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/tree-affine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-affine.h b/gcc/tree-affine.h index 758684bc5c3..961b9a6e5d2 100644 --- a/gcc/tree-affine.h +++ b/gcc/tree-affine.h @@ -20,7 +20,7 @@ along with GCC; see the file COPYING3. If not see /* Affine combination of trees. We keep track of at most MAX_AFF_ELTS elements to make things simpler; this is sufficient in most cases. */ -#include <wide-int.h> +#include "wide-int.h" #define MAX_AFF_ELTS 8 |