]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed compilation by removing stream inclusion
authorJulian Smart <julian@anthemion.co.uk>
Sat, 28 Dec 2002 18:36:25 +0000 (18:36 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 28 Dec 2002 18:36:25 +0000 (18:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/ogl/basic.cpp
contrib/src/ogl/basic2.cpp
contrib/src/ogl/canvas.cpp
contrib/src/ogl/lines.cpp
contrib/src/ogl/misc.cpp
contrib/src/ogl/ogldiag.cpp
contrib/src/ogl/oglmisc.cpp

index b18c4ad5171b5600a201e5396026e1a627755b0f..16e198b1e239f7aa71b9b914516b08650a67779b 100644 (file)
 #undef new
 #endif
 
-#if wxUSE_IOSTREAMH
-#include <iostream.h>
-#else
-#include <iostream>
-#endif
-
 #include <stdio.h>
 #include <ctype.h>
 #include <math.h>
index e12fa3e07caaaa6a653e1be1b882d38bd711027e..d8a59bc72537b1d44112c8fe45cbd149d442c1af 100644 (file)
 #undef new
 #endif
 
-#if wxUSE_IOSTREAMH
-#include <iostream.h>
-#else
-#include <iostream>
-#endif
-
 #include <stdio.h>
 #include <ctype.h>
 #include <math.h>
index 755510eb8322005301753b7d5f9cf6300521a65a..55e87da514993c78f86a0bc8020b64b7e8654028 100644 (file)
 #undef new
 #endif
 
-#if wxUSE_IOSTREAMH
-#include <iostream.h>
-#else
-#include <iostream>
-#endif
-
 #include <ctype.h>
 #include <math.h>
 #include <stdlib.h>
index 73710978f74614b85eebbd899a5359217dda1c3e..fac1286eacbf9c1a1233234144570a3da4f500f5 100644 (file)
 #undef new
 #endif
 
-#if wxUSE_IOSTREAMH
-#include <iostream.h>
-#else
-#include <iostream>
-#endif
-
 #include <ctype.h>
 #include <math.h>
 
index c6dc4c8d7ef55c75d4caa1e5964f701b74c1107c..d40bd8a896417798c3cb0edeb742806e6a4d3b28 100644 (file)
 #undef new
 #endif
 
-#if wxUSE_IOSTREAMH
-#include <iostream.h>
-#else
-#include <iostream>
-#endif
 #include <ctype.h>
 #include <math.h>
 #include <stdlib.h>
index d7ec3fc0b66a9190938d8192608af75b19d57342..a1b71884b071eea2214d72198f7041f77c23d218 100644 (file)
 #undef new
 #endif
 
-#if wxUSE_IOSTREAMH
-#include <iostream.h>
-#include <fstream.h>
-#else
-#include <iostream>
-#include <fstream>
-#ifdef _MSC_VER
-//using namespace std;
-#endif
-#endif
-
 #include <ctype.h>
 #include <math.h>
 #include <stdlib.h>
index a9a466c2da6d7315d93c6d82ff9e788cab75416d..30deb1d87bc2eb9df7742840fc682f87177aacfb 100644 (file)
 #undef new
 #endif
 
-#if wxUSE_IOSTREAMH
-#include <iostream.h>
-#else
-#include <iostream>
-#endif
 #include <ctype.h>
 #include <math.h>
 #include <stdlib.h>