]> git.lyx.org Git - lyx.git/blobdiff - src/main.cpp
Get rid of unused SessionInfoSection.
[lyx.git] / src / main.cpp
index 384724aecbe232c41131905314aadfd20137ee6a..11f91d3f55e76d9b744498481e6330c4f3dd6fd0 100644 (file)
 #include <ios>
 #endif
 
+using namespace std;
+
+
 int main(int argc, char * argv[])
 {
 #ifdef HAVE_IOS
-       std::ios_base::sync_with_stdio(false);
+       ios_base::sync_with_stdio(false);
 #endif
 
        // To avoid ordering of global object problems with some
        // stdlibs we do the initialization here, but still as
        // early as possible.
-       lyx::lyxerr.setStream(std::cerr);
-
-       LYXERR0("acssdc");
+       lyx::lyxerr.setStream(cerr);
 
        lyx::support::os::init(argc, argv);