]> git.lyx.org Git - features.git/commitdiff
Remove unneeded includes
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 29 Oct 2011 11:22:17 +0000 (11:22 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 29 Oct 2011 11:22:17 +0000 (11:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40057 a592a061-630c-0410-9148-cb99ea01b6c8

src/BiblioInfo.cpp

index 0df795e5068b0b889b539aca044b266c87f07abb..4d3c46cf037c02170c7cc44682ab2e9997194d58 100644 (file)
 #include "TextClass.h"
 #include "TocBackend.h"
 
-#include "insets/Inset.h"
-#include "insets/InsetBibitem.h"
-#include "insets/InsetBibtex.h"
-#include "insets/InsetInclude.h"
-
 #include "support/convert.h"
 #include "support/debug.h"
 #include "support/docstream.h"
 #include "support/gettext.h"
 #include "support/lassert.h"
 #include "support/lstrings.h"
-#include "support/textutils.h"
-
 #include "support/regex.h"
+#include "support/textutils.h"
 
 #include <set>