]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetLabel.cpp
Typo
[features.git] / src / insets / InsetLabel.cpp
index 73bc21f911325281c25be00501ca4c6f6f5379e8..2c0c1e5194be2844a90267799f966f103516f92f 100644 (file)
 
 #include "InsetRef.h"
 
-#include "buffer_funcs.h"
 #include "Buffer.h"
 #include "BufferParams.h"
-#include "BufferView.h"
 #include "Cursor.h"
 #include "CutAndPaste.h"
-#include "DispatchResult.h"
 #include "FuncRequest.h"
 #include "FuncStatus.h"
-#include "InsetIterator.h"
 #include "Language.h"
 #include "LyX.h"
 #include "ParIterator.h"
@@ -33,7 +29,6 @@
 #include "TextClass.h"
 #include "TocBackend.h"
 
-#include "mathed/InsetMathHull.h"
 #include "mathed/InsetMathRef.h"
 
 #include "frontends/alert.h"