From a4eba52f9bb992d843fc80e5516510f35bd9c63e Mon Sep 17 00:00:00 2001 From: Edwin Leuven Date: Sat, 8 Mar 2008 21:55:03 +0000 Subject: [PATCH] ...and clean up headers git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23573 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiTexinfo.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/frontends/qt4/GuiTexinfo.cpp b/src/frontends/qt4/GuiTexinfo.cpp index 6a1e64aa9b..9d3c033a80 100644 --- a/src/frontends/qt4/GuiTexinfo.cpp +++ b/src/frontends/qt4/GuiTexinfo.cpp @@ -15,11 +15,9 @@ #include "FuncRequest.h" -#include "support/debug.h" #include "support/filetools.h" #include "support/foreach.h" #include "support/FileName.h" -#include "support/lstrings.h" #include "qt_helpers.h" @@ -28,9 +26,6 @@ #include #include -#include -#include - using namespace std; using namespace lyx::support;