diff src/DLD-FUNCTIONS/tsearch.cc @ 9786:2c279308f6ab

fix includes in some src/DLD-FUNCTIONS files
author John W. Eaton <jwe@octave.org>
date Mon, 09 Nov 2009 12:12:57 -0500
parents 16f53d29049f
children 40dfc0c99116
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/tsearch.cc	Sun Nov 08 17:15:07 2009 -0500
+++ b/src/DLD-FUNCTIONS/tsearch.cc	Mon Nov 09 12:12:57 2009 -0500
@@ -22,15 +22,22 @@
 
 // Author: Andreas Stahel <Andreas.Stahel@hta-bi.bfh.ch>
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <iostream>
 #include <fstream>
 #include <string>
 
-#include "oct.h"
-#include "parse.h"
 #include "lo-ieee.h"
 #include "lo-math.h"
 
+#include "defun-dld.h"
+#include "error.h"
+#include "oct-obj.h"
+#include "parse.h"
+
 inline double max(double a, double b, double c)
 {
   if (a < b)