]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.cpp
Amend 3093789e for cmake build
[lyx.git] / src / LyXRC.cpp
index 59bdc70a58a6d87df9c0ee1e4cb2b350efd85d30..4fd5a287cafad9445c7f8640cb8217c501b19fc5 100644 (file)
 #include "Lexer.h"
 #include "LyX.h"
 #include "Mover.h"
-#include "Session.h"
 #include "SpellChecker.h"
 #include "version.h"
 
-#include "graphics/GraphicsTypes.h"
-
 #include "support/convert.h"
 #include "support/debug.h"
 #include "support/environment.h"
 #include "support/FileName.h"
 #include "support/filetools.h"
-#include "support/gettext.h"
 #include "support/lstrings.h"
 #include "support/os.h"
 #include "support/Package.h"
 #include "support/TempFile.h"
-#include "support/userinfo.h"
 
 #ifdef USE_MACOSX_PACKAGING
 #include "support/AppleSupport.h"