mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Remove include no longer needed
This commit is contained in:
parent
b0def618f8
commit
97bbcf2b9b
@ -111,8 +111,6 @@
|
||||
#include "support/textutils.h"
|
||||
#include "support/types.h"
|
||||
|
||||
#include "support/bind.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
#include <iomanip>
|
||||
|
@ -21,8 +21,6 @@
|
||||
#include "support/lassert.h"
|
||||
#include "support/Timeout.h"
|
||||
|
||||
#include "support/bind.h"
|
||||
|
||||
#include <queue>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
|
@ -65,8 +65,6 @@
|
||||
#include "support/mutex.h"
|
||||
#include "support/ExceptionMessage.h"
|
||||
|
||||
#include "support/bind.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace lyx::support;
|
||||
|
||||
|
@ -56,7 +56,6 @@
|
||||
#include "frontends/alert.h"
|
||||
#include "frontends/Painter.h"
|
||||
|
||||
#include "support/bind.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/debug.h"
|
||||
#include "support/gettext.h"
|
||||
|
Loading…
Reference in New Issue
Block a user