]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* c-typeck.c: Do not include expr.h.
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 09:53:37 +0000 (09:53 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 09:53:37 +0000 (09:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159860 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-typeck.c

index 863eb5ad0cd4d9389a205fd6773ad0770f551a77..656ae38a1433087ba41decc2d92bab31de041f16 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * c-typeck.c: Do not include expr.h.
+
 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
 
        * rtl.h (decl_default_tls_model): Move prototype from here...
index 466586168f30caa2d069d68342874c873b7d9bc1..dade1e53391e688daa18b84da7491164f0259518 100644 (file)
@@ -35,7 +35,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "c-lang.h"
 #include "flags.h"
 #include "output.h"
-#include "expr.h"
 #include "toplev.h"
 #include "intl.h"
 #include "target.h"