diff libinterp/dldfcn/gzip.cc @ 23024:a6a7b054e4ba

Rationalize #includes in libinterp/dldfcn directory. * symbfact.cc, __delaunayn__.cc, __eigs__.cc, __fltk_uigetfile__.cc, __glpk__.cc, __init_fltk__.cc, __init_gnuplot__.cc, __ode15__.cc, __osmesa_print__.cc, __voronoi__.cc, amd.cc, audiodevinfo.cc, audioread.cc, ccolamd.cc, chol.cc, colamd.cc, convhulln.cc, dmperm.cc, fftw.cc, gzip.cc, qr.cc, symrcm.cc: Add missing #includes and remove excess ones.
author Rik <rik@octave.org>
date Mon, 09 Jan 2017 09:38:33 -0800
parents b150be19734d
children ef4d915df748
line wrap: on
line diff
--- a/libinterp/dldfcn/gzip.cc	Sat Jan 07 20:12:16 2017 -0500
+++ b/libinterp/dldfcn/gzip.cc	Mon Jan 09 09:38:33 2017 -0800
@@ -52,12 +52,25 @@
 #include <cstdio>
 #include <cstring>
 
-#include <string>
+#include <functional>
 #include <list>
-#include <functional>
 #include <stdexcept>
-#include <iostream>
-#include <fstream>
+#include <string>
+
+#include "Array.h"
+#include "dir-ops.h"
+#include "file-ops.h"
+#include "file-stat.h"
+#include "glob-match.h"
+#include "oct-env.h"
+#include "str-vec.h"
+
+#include "Cell.h"
+#include "defun-dld.h"
+#include "defun-int.h"
+#include "errwarn.h"
+#include "ov.h"
+#include "ovl.h"
 
 #if defined (HAVE_BZLIB_H)
 #  include <bzlib.h>
@@ -67,18 +80,6 @@
 #  include <zlib.h>
 #endif
 
-#include "Array.h"
-#include "str-vec.h"
-#include "glob-match.h"
-#include "file-ops.h"
-#include "dir-ops.h"
-#include "file-stat.h"
-#include "oct-env.h"
-
-#include "defun-dld.h"
-#include "defun-int.h"
-#include "errwarn.h"
-
 namespace octave
 {
   //! RIIA wrapper for std::FILE*