Update of /cvsroot/csp/APPLICATIONS/CSPSim/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv26356
Modified Files:
stdinc.h
Removed Files:
Platform.h
Log Message:
see CHANGES.current
Index: stdinc.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Include/stdinc.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** stdinc.h 19 Feb 2003 11:41:57 -0000 1.3
--- stdinc.h 12 Apr 2003 00:54:17 -0000 1.4
***************
*** 2,31 ****
#define __STDINC_H__
- #include <assert.h>
- #include <cmath>
-
- #include <cstdio>
- #include <cstdlib>
- #include <iostream>
- #include <iomanip>
- #include <fstream>
- #include <sstream>
-
- #include <vector>
- #include <string>
- #include <list>
- #include <queue>
- #include <deque>
- #include <algorithm>
- #include <new>
- #include <set>
- #include <map>
- #include <functional>
-
- #include <fcntl.h>
-
- #include "Platform.h"
- #include "LogStream.h"
-
//#include "mmgr.h"
//#define OSG_USE_MEMORY_MANAGER
--- 2,5 ----
--- Platform.h DELETED ---
|