]> git.lyx.org Git - lyx.git/blobdiff - src/importer.h
Move #includes out of header files.
[lyx.git] / src / importer.h
index 8bcfd08140681864ca68b25d76592397e6b93bf5..4eca7c06f9cd1db941dc073e953637de6c96b790 100644 (file)
@@ -1,21 +1,19 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file importer.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author unknown
+ * \author Jean-Marc Lasgouttes
+ * \author John Levon
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef IMPORTER_H
 #define IMPORTER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <vector>
 #include "LString.h"
 
@@ -28,11 +26,7 @@ public:
        static
        bool Import(LyXView * lv, string const & filename,
                    string const & format);
-#if 0
-       ///
-       static
-       bool IsImportable(string const & format);
-#endif
+
        ///
        static
        std::vector<Format const *> const GetImportableFormats();