From cc587b9ef98f31696428a6a1aee11ee09b851275 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Wed, 15 Apr 2015 16:49:58 -0400 Subject: MAINT-4744: remove nonstandard #include from llfile.h. Changeset ffd264ca493c removed the whole llstdio_filebuf construct, which is what depended on the __gnu_cxx::stdio_filebuf<> extension. Now, even on Windows, ll[io]fstream very closely resembles std::[io]fstream. Since we no longer depend on that extension, we can remove its #include. This should (!) remove the last obstacle to building with libc++ on the Mac. --- indra/llcommon/llfile.h | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/llcommon/llfile.h') diff --git a/indra/llcommon/llfile.h b/indra/llcommon/llfile.h index 423f1f4965..3e25228aeb 100755 --- a/indra/llcommon/llfile.h +++ b/indra/llcommon/llfile.h @@ -45,7 +45,6 @@ typedef FILE LLFILE; typedef struct _stat llstat; #else typedef struct stat llstat; -#include #include #endif -- cgit v1.2.3