reactos/include/stlport/using/h/fstream.h
Jérôme Gardou 5d8dd5d148 [STLPORT]
- move headers to include directory
  - delete some incidentally committed things

svn path=/branches/cmake-bringup/; revision=49546
2010-11-10 17:36:28 +00:00

4 lines
72 B
C

using ::streambuf;
using ::ifstream;
using ::ofstream;
using ::fstream;