From b90ec7288d64bf337c5aeeecb8083e590851840e Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 6 May 2008 06:53:44 +0000 Subject: [PATCH] remove unneeded includes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24629 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathAMSArray.cpp | 2 -- src/mathed/InsetMathBoldSymbol.cpp | 3 --- src/mathed/InsetMathBox.cpp | 2 -- src/mathed/InsetMathBrace.cpp | 2 -- src/mathed/InsetMathCases.cpp | 2 -- src/mathed/InsetMathColor.cpp | 2 -- src/mathed/InsetMathComment.cpp | 2 -- src/mathed/InsetMathDecoration.cpp | 2 -- src/mathed/InsetMathEnv.cpp | 2 -- src/mathed/InsetMathFont.cpp | 2 -- src/mathed/InsetMathFontOld.cpp | 2 -- src/support/unicode.cpp | 1 - 12 files changed, 24 deletions(-) diff --git a/src/mathed/InsetMathAMSArray.cpp b/src/mathed/InsetMathAMSArray.cpp index 3a8c378380..1f90170771 100644 --- a/src/mathed/InsetMathAMSArray.cpp +++ b/src/mathed/InsetMathAMSArray.cpp @@ -24,8 +24,6 @@ #include "support/lstrings.h" -#include - namespace lyx { diff --git a/src/mathed/InsetMathBoldSymbol.cpp b/src/mathed/InsetMathBoldSymbol.cpp index f5bb350a01..3fa8ce606f 100644 --- a/src/mathed/InsetMathBoldSymbol.cpp +++ b/src/mathed/InsetMathBoldSymbol.cpp @@ -16,9 +16,6 @@ #include "MathData.h" #include "LaTeXFeatures.h" -#include - - namespace lyx { InsetMathBoldSymbol::InsetMathBoldSymbol(Kind kind) diff --git a/src/mathed/InsetMathBox.cpp b/src/mathed/InsetMathBox.cpp index 91c1a0ab2d..704ee5c418 100644 --- a/src/mathed/InsetMathBox.cpp +++ b/src/mathed/InsetMathBox.cpp @@ -21,8 +21,6 @@ #include "frontends/Painter.h" -#include - namespace lyx { diff --git a/src/mathed/InsetMathBrace.cpp b/src/mathed/InsetMathBrace.cpp index d5b6da44dc..0992f245f5 100644 --- a/src/mathed/InsetMathBrace.cpp +++ b/src/mathed/InsetMathBrace.cpp @@ -20,8 +20,6 @@ #include "frontends/FontMetrics.h" #include "frontends/Painter.h" -#include - using namespace std; namespace lyx { diff --git a/src/mathed/InsetMathCases.cpp b/src/mathed/InsetMathCases.cpp index 6ade4d2ebe..b233bbd24a 100644 --- a/src/mathed/InsetMathCases.cpp +++ b/src/mathed/InsetMathCases.cpp @@ -24,8 +24,6 @@ #include "support/lstrings.h" -#include - using namespace std; using namespace lyx::support; diff --git a/src/mathed/InsetMathColor.cpp b/src/mathed/InsetMathColor.cpp index f5854f3712..d3c8b315e8 100644 --- a/src/mathed/InsetMathColor.cpp +++ b/src/mathed/InsetMathColor.cpp @@ -19,8 +19,6 @@ #include "MathSupport.h" #include "MetricsInfo.h" -#include - namespace lyx { diff --git a/src/mathed/InsetMathComment.cpp b/src/mathed/InsetMathComment.cpp index 5bf046d08e..ee04b0abd6 100644 --- a/src/mathed/InsetMathComment.cpp +++ b/src/mathed/InsetMathComment.cpp @@ -16,8 +16,6 @@ #include "MathStream.h" #include "MathSupport.h" -#include - namespace lyx { diff --git a/src/mathed/InsetMathDecoration.cpp b/src/mathed/InsetMathDecoration.cpp index 777fa75aca..ad5882b250 100644 --- a/src/mathed/InsetMathDecoration.cpp +++ b/src/mathed/InsetMathDecoration.cpp @@ -23,8 +23,6 @@ #include "support/debug.h" -#include - namespace lyx { diff --git a/src/mathed/InsetMathEnv.cpp b/src/mathed/InsetMathEnv.cpp index 82460b986c..2fc7a29474 100644 --- a/src/mathed/InsetMathEnv.cpp +++ b/src/mathed/InsetMathEnv.cpp @@ -16,8 +16,6 @@ #include "MathStream.h" #include "MathStream.h" -#include - namespace lyx { diff --git a/src/mathed/InsetMathFont.cpp b/src/mathed/InsetMathFont.cpp index 2d73d64710..85dba7dedc 100644 --- a/src/mathed/InsetMathFont.cpp +++ b/src/mathed/InsetMathFont.cpp @@ -18,8 +18,6 @@ #include "MathParser.h" #include "MetricsInfo.h" -#include - namespace lyx { diff --git a/src/mathed/InsetMathFontOld.cpp b/src/mathed/InsetMathFontOld.cpp index fda63bdba4..8483b0ef93 100644 --- a/src/mathed/InsetMathFontOld.cpp +++ b/src/mathed/InsetMathFontOld.cpp @@ -17,8 +17,6 @@ #include "MathParser.h" #include "MetricsInfo.h" -#include - namespace lyx { diff --git a/src/support/unicode.cpp b/src/support/unicode.cpp index 8e003437e3..35dde63014 100644 --- a/src/support/unicode.cpp +++ b/src/support/unicode.cpp @@ -21,7 +21,6 @@ #include #include -#include #include #include -- 2.39.2