]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Use #include "wide-int.h" rather than <wide-int.h>.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Nov 2013 13:39:23 +0000 (13:39 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Nov 2013 13:39:23 +0000 (13:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@205113 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/tree-affine.h

index 758684bc5c3cd037c59d3246d188bee9e36d559d..961b9a6e5d22fb8fba53f5f2d2a9c8738e2e7ee1 100644 (file)
@@ -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