mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
Revert a6e42e5079
.
Removing debug.h makes debugging via lyxerr<< twice as hard.
This commit is contained in:
parent
6de47fa873
commit
e43f9d3bbd
@ -30,6 +30,7 @@
|
||||
|
||||
#include "insets/InsetBibtex.h"
|
||||
|
||||
#include "support/debug.h"
|
||||
#include "support/ExceptionMessage.h"
|
||||
#include "support/FileName.h"
|
||||
#include "support/filetools.h" // changeExtension
|
||||
|
@ -9,6 +9,7 @@
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <support/debug.h>
|
||||
|
||||
#include "GuiCompareHistory.h"
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "version.h"
|
||||
|
||||
#include "support/lassert.h"
|
||||
#include "support/debug.h"
|
||||
|
||||
#include <QApplication>
|
||||
#include <QHeaderView>
|
||||
|
@ -15,6 +15,8 @@
|
||||
#include "GuiView.h"
|
||||
#include "qt_helpers.h"
|
||||
|
||||
#include "support/debug.h"
|
||||
|
||||
#include <QCloseEvent>
|
||||
|
||||
using namespace std;
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "insets/InsetInfo.h"
|
||||
|
||||
#include "support/debug.h"
|
||||
#include "support/gettext.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include "insets/InsetLine.h"
|
||||
|
||||
#include "support/debug.h"
|
||||
#include "support/gettext.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "insets/InsetListingsParams.h"
|
||||
|
||||
#include "support/convert.h"
|
||||
#include "support/debug.h"
|
||||
#include "support/gettext.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "ParagraphParameters.h"
|
||||
#include "Spacing.h"
|
||||
|
||||
#include "support/debug.h"
|
||||
#include "support/gettext.h"
|
||||
|
||||
#include <QCheckBox>
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include "insets/InsetNomencl.h"
|
||||
|
||||
#include "support/debug.h"
|
||||
#include "support/gettext.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
|
@ -16,6 +16,8 @@
|
||||
|
||||
#include "GuiSelectionManager.h"
|
||||
|
||||
#include "support/debug.h"
|
||||
|
||||
#include <QAbstractListModel>
|
||||
#include <QItemSelection>
|
||||
#include <QListView>
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "insets/InsetTabular.h"
|
||||
|
||||
#include "support/convert.h"
|
||||
#include "support/debug.h"
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <QPushButton>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "lyxfind.h"
|
||||
#include "WordLangTuple.h"
|
||||
|
||||
#include "support/debug.h"
|
||||
#include "support/gettext.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "BufferParams.h"
|
||||
#include "FuncRequest.h"
|
||||
|
||||
#include "support/debug.h"
|
||||
#include "support/gettext.h"
|
||||
#include "support/lassert.h"
|
||||
|
||||
|
@ -39,6 +39,7 @@
|
||||
#include "FuncStatus.h"
|
||||
#include "LyX.h"
|
||||
|
||||
#include "support/debug.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
using namespace std;
|
||||
|
Loading…
Reference in New Issue
Block a user