From: rsandifo Date: Wed, 20 Nov 2013 13:39:23 +0000 (+0000) Subject: Use #include "wide-int.h" rather than . X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7436d2ff0eb7b73860ca5ed1f4574f9aa00a8105;p=thirdparty%2Fgcc.git Use #include "wide-int.h" rather than . git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@205113 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/tree-affine.h b/gcc/tree-affine.h index 758684bc5c3c..961b9a6e5d22 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 +#include "wide-int.h" #define MAX_AFF_ELTS 8