Add "c-family/" to c-common.h, c-pretty-print.h and c-pragma.h.

2010-06-13  H.J. Lu  <hongjiu.lu@intel.com>

	* g++.dg/plugin/header_plugin.c: Add "c-family/" to c-common.h
	and c-pretty-print.h.

	* g++.dg/plugin/pragma_plugin.c: Add "c-family/" to c-pragma.h.

From-SVN: r160687
This commit is contained in:
H.J. Lu 2010-06-13 19:55:43 +00:00 committed by H.J. Lu
parent d8ddea4044
commit c2adf11dd3
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2010-06-13 H.J. Lu <hongjiu.lu@intel.com>
* g++.dg/plugin/header_plugin.c: Add "c-family/" to c-common.h
and c-pretty-print.h.
* g++.dg/plugin/pragma_plugin.c: Add "c-family/" to c-pragma.h.
2010-06-13 Daniel Franke <franke.daniel@gmail.com>
* gfortran.dg/whole_file_18.f90: Updated error message.

View File

@ -13,8 +13,8 @@
/* gcc/ headers. */
#include "cp/cp-tree.h"
#include "diagnostic.h"
#include "c-common.h"
#include "c-pretty-print.h"
#include "c-family/c-common.h"
#include "c-family/c-pretty-print.h"
#include "tree-iterator.h"
#include "plugin.h"
#include "tree-flow.h"

View File

@ -9,7 +9,7 @@
#include "rtl.h"
#include "tree.h"
#include "function.h"
#include "c-pragma.h"
#include "c-family/c-pragma.h"
#include "cpplib.h"
#include "tree-pass.h"
#include "intl.h"