From 22234bcffc603f2c467c02028143ffcb4ffccc09 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 22 Dec 2009 16:28:44 +0000 Subject: Move STLPort to external/stlport. Change-Id: I9cea43f9e1f98cefa654c5661dc7faa7f939068d --- WebKit/android/stlport/fstream.h | 42 ---------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 WebKit/android/stlport/fstream.h (limited to 'WebKit/android/stlport/fstream.h') diff --git a/WebKit/android/stlport/fstream.h b/WebKit/android/stlport/fstream.h deleted file mode 100644 index 4640033..0000000 --- a/WebKit/android/stlport/fstream.h +++ /dev/null @@ -1,42 +0,0 @@ -/* - * Copyright (c) 1999 - * Boris Fomitchev - * - * This material is provided "as is", with absolutely no warranty expressed - * or implied. Any use is at your own risk. - * - * Permission to use or copy this software for any purpose is hereby granted - * without fee, provided the above notices are retained on all copies. - * Permission to modify the code and to distribute modified code is granted, - * provided the above notices are retained, and a notice that the code was - * modified is included with the above copyright notice. - * - */ - -#ifndef _STLP_FSTREAM_H -#define _STLP_FSTREAM_H - -#ifndef _STLP_OUTERMOST_HEADER_ID -# define _STLP_OUTERMOST_HEADER_ID 0x2026 -# include -#endif - -#include - -// get desired pollution -#include - -#ifndef _STLP_HAS_NO_NAMESPACES -# include -#endif - -#if (_STLP_OUTERMOST_HEADER_ID == 0x2026) -# include -# undef _STLP_OUTERMOST_HEADER_ID -#endif - -#endif /* _STLP_FSTREAM_H */ - -// Local Variables: -// mode:C++ -// End: -- cgit v1.1