Various small cleanup.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23064 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-02-19 09:10:59 +00:00
parent c99062a27d
commit f0b51ef8c9
4 changed files with 4 additions and 14 deletions

View File

@ -18,7 +18,6 @@
*/
#include <config.h>
#include <vector>
#include "LyXFunc.h"
@ -56,7 +55,6 @@
#include "Server.h"
#include "Session.h"
#include "TextClassList.h"
#include "ToolbarBackend.h"
#include "insets/InsetBox.h"
#include "insets/InsetBranch.h"
@ -91,6 +89,7 @@
#include "support/os.h"
#include <sstream>
#include <vector>
using namespace std;
using namespace lyx::support;
@ -101,9 +100,6 @@ using frontend::LyXView;
namespace Alert = frontend::Alert;
extern bool quitting;
extern bool use_gui;
namespace {

View File

@ -100,9 +100,6 @@ using namespace std;
using namespace lyx::support;
namespace lyx {
extern bool quitting;
namespace frontend {
namespace {

View File

@ -25,10 +25,10 @@
#include "DispatchResult.h"
#include "FuncRequest.h"
#include "FuncStatus.h"
#include "LyX.h" // quitting
#include "MetricsInfo.h"
#include "Text.h"
#include "TextClass.h"
#include "MetricsInfo.h"
#include "MetricsInfo.h"
#include "frontends/Painter.h"
#include "frontends/Application.h"
@ -43,8 +43,6 @@ using namespace std;
namespace lyx {
extern bool quitting;
class InsetName {
public:
InsetName(string const & n, InsetCode c) : name(n), code(c) {}

View File

@ -25,6 +25,7 @@
#include "FuncRequest.h"
#include "LaTeXFeatures.h"
#include "Lexer.h"
#include "LyX.h" // use_gui
#include "LyXRC.h"
#include "MetricsInfo.h"
#include "OutputParams.h"
@ -64,8 +65,6 @@ namespace lyx {
namespace Alert = frontend::Alert;
extern bool use_gui;
namespace external {
TempName::TempName()