]> 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 dbd79541e8ce7bc6674c065b3bae91b24182607d..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>
 
-using std::pair;
 using std::make_pair;
-using std::min;
+
+using std::pair;
+
 
 string makeFontName(string const & family, string const & foundry)
 {