diff src/pt-misc.cc @ 1352:19c10b8657d5

[project @ 1995-09-05 08:11:57 by jwe]
author jwe
date Tue, 05 Sep 1995 08:33:58 +0000
parents 5f63d83dd694
children dc9c01f66a19
line wrap: on
line diff
--- a/src/pt-misc.cc	Tue Sep 05 08:08:13 1995 +0000
+++ b/src/pt-misc.cc	Tue Sep 05 08:33:58 1995 +0000
@@ -37,14 +37,14 @@
 #endif
 
 #include "error.h"
-#include "tree-base.h"
-#include "tree-expr.h"
-#include "tree-cmd.h"
+#include "oct-obj.h"
 #include "octave.h"
-#include "tree-misc.h"
+#include "tree-base.h"
+#include "tree-cmd.h"
 #include "tree-const.h"
+#include "tree-expr.h"
+#include "tree-misc.h"
 #include "user-prefs.h"
-#include "oct-obj.h"
 
 // Nonzero means we're breaking out of a loop or function body.
 extern int breaking;