]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/XLyXKeySym.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / XLyXKeySym.C
index 3d052724c052937cdc2102f63e0b6841a7b95b51..c883aec10202553d145066a35b250f32f4980871 100644 (file)
@@ -3,22 +3,22 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Asger and Juergen
+ * \author Asger and JΓΌrgen
  *
  * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-
 #include "XLyXKeySym.h"
 
 #include "debug.h"
 
-#include <X11/Xlib.h>
 #include <X11/keysym.h>
 
 using std::endl;
+using std::string;
+
 
 XLyXKeySym::XLyXKeySym()
        : LyXKeySym(), keysym_(NoSymbol)