diff src/DLD-FUNCTIONS/__dsearchn__.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 2eb392d058bb
children 40dfc0c99116
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/__dsearchn__.cc	Sun Nov 08 17:15:07 2009 -0500
+++ b/src/DLD-FUNCTIONS/__dsearchn__.cc	Mon Nov 09 12:12:57 2009 -0500
@@ -20,17 +20,19 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <iostream>
 #include <fstream>
 #include <string>
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "lo-math.h"
 
-#include "lo-math.h"
-//FIXME -- Octave sources should use individual include files, not oct.h.
-#include "oct.h"
+#include "defun-dld.h"
+#include "error.h"
+#include "oct-obj.h"
 
 DEFUN_DLD (__dsearchn__, args, ,
 	"-*- texinfo -*-\n\