diff src/DLD-FUNCTIONS/convhulln.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 eb63fbe60fab
children 40dfc0c99116
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/convhulln.cc	Sun Nov 08 17:15:07 2009 -0500
+++ b/src/DLD-FUNCTIONS/convhulln.cc	Mon Nov 09 12:12:57 2009 -0500
@@ -29,13 +29,17 @@
 * guaranteed to be simplicial.
 */
 
-#include <sstream>
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
-#include "oct.h"
+
+#include <sstream>
+
 #include "Cell.h"
+#include "defun-dld.h"
+#include "error.h"
+#include "oct-obj.h"
+#include "parse.h"
 
 #ifdef HAVE_QHULL
 #if defined(HAVE__SNPRINTF) && !defined(HAVE_SNPRINTF)