]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/qt_helpers.C
Removed all redundant using directives from the source.
[lyx.git] / src / frontends / qt2 / qt_helpers.C
index b9831e380a29f15d1de8f97258925f6f408e4d66..864955d25f86fdc33b9623707c4089378dd94b57 100644 (file)
@@ -5,7 +5,7 @@
  *
  * \author Dekel Tsur
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
 #include "lengthcombo.h"
 
-#include <qglobal.h>
 #include <qlineedit.h>
 #include <qtextcodec.h>
 
-#include <algorithm>
+using std::make_pair;
 
 using std::pair;
-using std::make_pair;
-using std::min;
+
 
 string makeFontName(string const & family, string const & foundry)
 {