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/ctinput.cc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/ctinput.cc') diff --git a/src/ctinput.cc b/src/ctinput.cc index fbc67157..1ba4969f 100644 --- a/src/ctinput.cc +++ b/src/ctinput.cc @@ -18,15 +18,16 @@ * along with Colm; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include +#include +#include +#include + +#include #include "compiler.h" -#include "parsetree.h" -#include "input.h" -#include "debug.h" #include "pool.h" -#include "pdacodegen.h" - -#include +//#include "debug.h" using std::cerr; using std::endl; -- cgit v1.2.1