]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiKeySymbol.cpp
header cleanup
[lyx.git] / src / frontends / qt4 / GuiKeySymbol.cpp
index 8a69a443088ad154e001af7316fc9febc0da7646..d3ba7f29650687201d08b67f632513982e9a05ee 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt4/KeySymbolFactory.cpp
+ * \file qt4/GuiKeySymbol.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 #include "qlkey.h"
 #include "qt_helpers.h"
 
-#include "debug.h"
-
-#include "support/lstrings.h"
-#include "support/environment.h"
-#include "support/unicode.h"
+#include "support/debug.h"
 
 #include "Encoding.h"
 #include "Language.h"
 #include <QEvent>
 #include <QTextCodec>
 
+#include "boost/assert.hpp"
+
 #include <map>
 
+using namespace std;
 
 namespace lyx {
 
-using std::endl;
-using std::string;
-using std::map;
-using lyx::support::contains;
-using lyx::support::getEnv;
-
-
 #if 0
 static char encode(string const & encoding, QString const & str)
 {