[Fresco-devel] more header fixes
Warren Turkal <[email protected]>
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
This patch includes the previous one and fixes more header warnings. Warren -- Treasurer, GOLUM, Inc. http://www.golum.org
more_headers.diff
(text/x-diff, 4 KB)
Index: Babylon/include/Babylon/Char.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Babylon/include/Babylon/Char.hh,v
retrieving revision 1.12
diff -u -3 -p -r1.12 Char.hh
--- Babylon/include/Babylon/Char.hh 31 May 2002 23:42:11 -0000 1.12
+++ Babylon/include/Babylon/Char.hh 28 Jan 2003 05:44:54 -0000
@@ -24,7 +24,7 @@
#include <Babylon/defs.hh>
#include <Babylon/Dictionary.hh>
-#include <streambuf.h>
+#include <streambuf>
#include <iostream>
#include <iomanip>
Index: Berlin/src/PNG.cc
===================================================================
RCS file: /cvs/fresco/Fresco/Berlin/src/PNG.cc,v
retrieving revision 1.5
diff -u -3 -p -r1.5 PNG.cc
--- Berlin/src/PNG.cc 2 Jun 2002 23:42:19 -0000 1.5
+++ Berlin/src/PNG.cc 28 Jan 2003 05:44:54 -0000
@@ -28,7 +28,7 @@
#include <Prague/Sys/Tracer.hh>
#include <iostream>
#include <fstream>
-#include <streambuf.h>
+#include <streambuf>
#include <png.h>
using namespace Prague;
Index: Prague/include/Prague/Filter/bzbuf.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/include/Prague/Filter/bzbuf.hh,v
retrieving revision 1.3
diff -u -3 -p -r1.3 bzbuf.hh
--- Prague/include/Prague/Filter/bzbuf.hh 23 Sep 2000 19:15:46 -0000 1.3
+++ Prague/include/Prague/Filter/bzbuf.hh 28 Jan 2003 05:44:54 -0000
@@ -22,7 +22,7 @@
#ifndef _bzbuf_hh
#define _bzbuf_hh
-#include <streambuf.h>
+#include <streambuf>
#include <cstdio>
extern "C"
{
Index: Prague/include/Prague/Filter/cbuf.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/include/Prague/Filter/cbuf.hh,v
retrieving revision 1.2
diff -u -3 -p -r1.2 cbuf.hh
--- Prague/include/Prague/Filter/cbuf.hh 25 Mar 2002 15:34:16 -0000 1.2
+++ Prague/include/Prague/Filter/cbuf.hh 28 Jan 2003 05:44:54 -0000
@@ -22,7 +22,7 @@
#ifndef _cbuf_h
#define _cbuf_h
-#include <streambuf.h>
+#include <streambuf>
/* @Class {cbuf : public streambuf}
*
Index: Prague/include/Prague/Filter/xdrbuf.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/include/Prague/Filter/xdrbuf.hh,v
retrieving revision 1.3
diff -u -3 -p -r1.3 xdrbuf.hh
--- Prague/include/Prague/Filter/xdrbuf.hh 23 Sep 2000 19:15:47 -0000 1.3
+++ Prague/include/Prague/Filter/xdrbuf.hh 28 Jan 2003 05:44:54 -0000
@@ -27,7 +27,7 @@
#ifndef _xdrbuf_h
#define _xdrbuf_h
-#include <streambuf.h>
+#include <streambuf>
#include <rpc/rpc.h>
#include <rpc/xdr.h>
Index: Prague/include/Prague/IPC/ipcbuf.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/include/Prague/IPC/ipcbuf.hh,v
retrieving revision 1.14
diff -u -3 -p -r1.14 ipcbuf.hh
--- Prague/include/Prague/IPC/ipcbuf.hh 18 Nov 2002 14:39:56 -0000 1.14
+++ Prague/include/Prague/IPC/ipcbuf.hh 28 Jan 2003 05:44:54 -0000
@@ -24,7 +24,7 @@
#include <Prague/Sys/Tracer.hh>
#include <Prague/Sys/Thread.hh>
-#include <streambuf.h>
+#include <streambuf>
namespace Prague
{
Index: Prague/include/Prague/IPC/mmapbuf.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/include/Prague/IPC/mmapbuf.hh,v
retrieving revision 1.4
diff -u -3 -p -r1.4 mmapbuf.hh
--- Prague/include/Prague/IPC/mmapbuf.hh 25 Mar 2001 08:25:16 -0000 1.4
+++ Prague/include/Prague/IPC/mmapbuf.hh 28 Jan 2003 05:44:54 -0000
@@ -24,7 +24,7 @@
#include <Prague/Sys/MMap.hh>
#include <Prague/Sys/FLock.hh>
-#include <streambuf.h>
+#include <streambuf>
namespace Prague
{
Index: Prague/include/Prague/Sys/logbuf.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/include/Prague/Sys/logbuf.hh,v
retrieving revision 1.5
diff -u -3 -p -r1.5 logbuf.hh
--- Prague/include/Prague/Sys/logbuf.hh 21 Mar 2001 06:28:23 -0000 1.5
+++ Prague/include/Prague/Sys/logbuf.hh 28 Jan 2003 05:44:54 -0000
@@ -22,7 +22,7 @@
#ifndef _logbuf_hh
#define _logbuf_hh
-#include <streambuf.h>
+#include <streambuf>
#include <cstring>
namespace Prague