]> git.lyx.org Git - features.git/commitdiff
Remove include no longer needed
authorRichard Kimberly Heck <rikiheck@lyx.org>
Wed, 13 May 2020 18:50:30 +0000 (14:50 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Wed, 13 May 2020 18:54:16 +0000 (14:54 -0400)
src/Buffer.cpp
src/graphics/GraphicsLoader.cpp
src/insets/InsetInclude.cpp
src/insets/InsetText.cpp

index 62fccc5563c32b6e1103f598912871c5e97da408..c8941e3043d77f43cbceba39aa92095e0f9b708d 100644 (file)
 #include "support/textutils.h"
 #include "support/types.h"
 
-#include "support/bind.h"
-
 #include <algorithm>
 #include <fstream>
 #include <iomanip>
index c38761c85b7d8b95a693b3e95e205c8d17990369..f0a09340916f649b2df3e5fe75968d87aa59ab1a 100644 (file)
@@ -21,8 +21,6 @@
 #include "support/lassert.h"
 #include "support/Timeout.h"
 
-#include "support/bind.h"
-
 #include <queue>
 #include <memory>
 #include <set>
index 6dca350078518ccf827e8a69d95dfce314e70eec..5f1af32640a5cf19a68b676c7ac938b28a92f4a4 100644 (file)
@@ -65,8 +65,6 @@
 #include "support/mutex.h"
 #include "support/ExceptionMessage.h"
 
-#include "support/bind.h"
-
 using namespace std;
 using namespace lyx::support;
 
index d4f81f2627d6039e6bf2cce65ff7d6d351fb1e4e..091f8aded19ca86d14d84f6a20c6f4982c7ed2db 100644 (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"