Remove include no longer needed

This commit is contained in:
Richard Kimberly Heck 2020-05-13 14:50:30 -04:00
parent b0def618f8
commit 97bbcf2b9b
4 changed files with 0 additions and 7 deletions

View File

@ -111,8 +111,6 @@
#include "support/textutils.h"
#include "support/types.h"
#include "support/bind.h"
#include <algorithm>
#include <fstream>
#include <iomanip>

View File

@ -21,8 +21,6 @@
#include "support/lassert.h"
#include "support/Timeout.h"
#include "support/bind.h"
#include <queue>
#include <memory>
#include <set>

View File

@ -65,8 +65,6 @@
#include "support/mutex.h"
#include "support/ExceptionMessage.h"
#include "support/bind.h"
using namespace std;
using namespace lyx::support;

View File

@ -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"