]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcommandparams.C
ws changes only
[lyx.git] / src / insets / insetcommandparams.C
index 82a4056cbee398a65c25c7ba5a328873b6429133..996bf0502a68abfcbae679dd2fd7085ef5f2f09c 100644 (file)
@@ -5,20 +5,20 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-
 #include "insetcommandparams.h"
-#include "lyxlex.h"
+
 #include "debug.h"
+#include "lyxlex.h"
 
-#include "support/LOstream.h"
 
-using std::ostream;
+using std::string;
 using std::endl;
+using std::ostream;
 
 
 InsetCommandParams::InsetCommandParams()