Commit c2adf11d by H.J. Lu Committed by H.J. Lu

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
parent d8ddea40
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.
......
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment