sh-c.c: Fix typo in include of file attribs.h.

* config/sh/sh-c.c: Fix typo in include of file attribs.h.

From-SVN: r205052
This commit is contained in:
Oleg Endo 2013-11-19 18:34:44 +00:00
parent 9e45112545
commit b327149a84
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-11-19 Oleg Endo <olegendo@gcc.gnu.org>
* config/sh/sh-c.c: Fix typo in include of file attribs.h.
2013-11-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm.c (arm_new_rtx_costs):

View File

@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see
#include "tm.h"
#include "tree.h"
#include "stringpool.h"
#include "attribs.h.h"
#include "attribs.h"
#include "tm_p.h"
#include "cpplib.h"
#include "c-family/c-common.h"