From: Abdelrazak Younes Date: Tue, 27 Nov 2007 08:07:49 +0000 (+0000) Subject: The obligatory checking has been entirely removed since boost 1.34 X-Git-Tag: 1.6.10~7178 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f7ab948b9f5a892003604b12ea0c165baa2b9d50;p=features.git The obligatory checking has been entirely removed since boost 1.34 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21814 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/main.cpp b/src/main.cpp index a82663b857..1e4634ca0f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,21 +17,15 @@ #include "support/os.h" -#include - #ifdef HAVE_IOS #include #endif - -namespace fs = boost::filesystem; - int main(int argc, char * argv[]) { #ifdef HAVE_IOS std::ios_base::sync_with_stdio(false); #endif - fs::path::default_name_check(fs::no_check); // To avoid ordering of global object problems with some // stdlibs we do the initialization here, but still as