diff options
Diffstat (limited to 'Tools/CCode/Source/Pccts/h/pccts_istream.h')
-rw-r--r-- | Tools/CCode/Source/Pccts/h/pccts_istream.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Tools/CCode/Source/Pccts/h/pccts_istream.h b/Tools/CCode/Source/Pccts/h/pccts_istream.h deleted file mode 100644 index e25cb8c483..0000000000 --- a/Tools/CCode/Source/Pccts/h/pccts_istream.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __PCCTS_ISTREAM_H__
-#define __PCCTS_ISTREAM_H__
-
-#ifdef PCCTS_USE_NAMESPACE_STD
-#include <istream>
-#else
-#include <istream.h>
-#endif
-
-#endif
|