]> git.lyx.org Git - features.git/blobdiff - src/insets/insetcommand.h
Rename insets/insetxxx to insets/InsetXxx, part 1
[features.git] / src / insets / insetcommand.h
index a691582ed7b1d07e23ffc4394a0cf64767d9b5ff..c849e0285e71a0ccd0f42a69fa5befba005e9457 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetcommand.h
+ * \file InsetCommand.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 #ifndef INSET_LATEXCOMMAND_H
 #define INSET_LATEXCOMMAND_H
 
-#include "inset.h"
-#include "insetcommandparams.h"
-#include "render_button.h"
-#include "mailinset.h"
+#include "Inset.h"
+#include "InsetCommandParams.h"
+#include "RenderButton.h"
+#include "MailInset.h"
 #include "cursor.h"