]> git.lyx.org Git - lyx.git/blobdiff - src/bufferlist.C
get rid of LYX_LIBS
[lyx.git] / src / bufferlist.C
index 060e6269fca6bfee6e6a6a887b6a2efc59bfc684..06ffaf43b197b81b938a91b8c50de25432528e75 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "bufferlist.h"
 #include "lyx_main.h"
-#include "lyx_gui_misc.h"
 #include "lastfiles.h"
 #include "debug.h"
 #include "lyxrc.h"
@@ -542,7 +541,7 @@ Buffer * BufferList::loadLyXFile(string const & filename, bool tolastfiles)
                                // How can we know _how_ to do the checkout?
                                // With the current VC support it has to be,
                                // a RCS file since CVS do not have special ,v files.
-                               RCS::retrive(s);
+                               RCS::retrieve(s);
                                return loadLyXFile(filename, tolastfiles);
                        }
                }