]> git.lyx.org Git - lyx.git/blobdiff - src/main.C
Move #includes out of header files.
[lyx.git] / src / main.C
index 1b21c24b6fa5868ebe24a6d7dedaaeb00cec5971..cc7462ff88487478eb2196ae50c15fa1c1507e15 100644 (file)
@@ -1,10 +1,12 @@
 /**
  * \file main.C
- * Copyright 2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Lars Gullik Bjønnes
  * \author Jean Marc Lasgouttes
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
@@ -17,6 +19,8 @@
 #include <ios>
 #endif
 
+using namespace lyx::support;
+
 int main(int argc, char * argv[])
 {
 #ifdef HAVE_IOS