]> git.lyx.org Git - lyx.git/blobdiff - src/importer.C
Minimal fix needed to give Qt a label dialog again.
[lyx.git] / src / importer.C
index 999f5173ff909883080c060a4e17ae9e229119e2..bc74a4b8d8f5cad813cee190f5b7c7ebb8e41c1f 100644 (file)
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "importer.h"
 #include "converter.h"
+#include "format.h"
 #include "frontends/LyXView.h"
 #include "funcrequest.h"
 
@@ -116,7 +113,7 @@ vector<Format const *> const Importer::GetImportableFormats()
 
 vector<string> const Importer::Loaders()
 {
-       vector<string> v(3);
+       vector<string> v;
        v.push_back("lyx");
        v.push_back("text");
        v.push_back("textparagraph");