mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
c99062a27d
commit
f0b51ef8c9
@ -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 {
|
||||
|
||||
|
||||
|
@ -100,9 +100,6 @@ using namespace std;
|
||||
using namespace lyx::support;
|
||||
|
||||
namespace lyx {
|
||||
|
||||
extern bool quitting;
|
||||
|
||||
namespace frontend {
|
||||
|
||||
namespace {
|
||||
|
@ -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) {}
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user