From dc2adb04132daf673a6abaae3c3b7cc0fa570374 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Tue, 13 Dec 2016 10:13:21 -0500 Subject: an automated include convention improvement from Peter Reijnders --- src/parsetree.cc | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'src/parsetree.cc') diff --git a/src/parsetree.cc b/src/parsetree.cc index 797d2dc9..6f6e2480 100644 --- a/src/parsetree.cc +++ b/src/parsetree.cc @@ -18,19 +18,14 @@ * along with Colm; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - -#include "avltree.h" -#include "compiler.h" -#include "parser.h" -#include "parsetree.h" -#include "input.h" +#include +#include #include -#include -#include -#include -#include +#include "fsmgraph.h" +#include "compiler.h" +#include "parsetree.h" using namespace std; ostream &operator<<( ostream &out, const NameRef &nameRef ); -- cgit v1.2.1