]> git.lyx.org Git - features.git/commitdiff
header cleanup.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 8 Sep 2007 16:36:53 +0000 (16:36 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 8 Sep 2007 16:36:53 +0000 (16:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20145 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiViewSource.cpp
src/frontends/qt4/GuiViewSource.h

index 9019b021a84f9a8f1bdc743a91eb9c139d8f0577..6683437a5887c007c170080f1dcc91e03fbeec6c 100644 (file)
@@ -15,7 +15,7 @@
 #include "GuiViewSource.h"
 #include "qt_helpers.h"
 
-#include <boost/tuple/tuple.hpp>
+#include "Application.h"
 
 #include <QTextCursor>
 #include <QTextDocument>
index 60003bf70136051a89c9b3d161c529c8d3dab36e..2704375a68b07cbf71606a145bd6fc21a89f13d2 100644 (file)
 #ifndef GUIVIEWSOURCE_H
 #define GUIVIEWSOURCE_H
 
-#include "GuiDialog.h"
-#include "ControlViewSource.h"
-#include "Application.h"
 #include "ui_ViewSourceUi.h"
 
+#include "ControlViewSource.h"
+
 #include <QWidget>
 #include <QSyntaxHighlighter>
 #include <QTextCharFormat>