Remove stl/ from #include statement

This commit is contained in:
Sander Vesik
2000-11-23 21:18:20 +00:00
parent 729092c1e2
commit a71209facd

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: nfuncs.cxx,v $ * $RCSfile: nfuncs.cxx,v $
* *
* $Revision: 1.1.1.1 $ * $Revision: 1.2 $
* *
* last change: $Author: hr $ $Date: 2000-09-18 16:16:51 $ * last change: $Author: svesik $ $Date: 2000-11-23 22:18:20 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -63,7 +63,7 @@
#include <cstdarg> #include <cstdarg>
#endif #endif
#include <stl/list> #include <list>
#ifdef USE_NAMESPACE #ifdef USE_NAMESPACE
using namespace std; using namespace std;