]> git.lyx.org Git - features.git/blobdiff - src/insets/insetinclude.h
Rename insets/insetxxx to insets/InsetXxx, part 1
[features.git] / src / insets / insetinclude.h
index 8267e1b6cd248ecdd914e5c4a187a01b0b92160b..f260f0dcbb4497ef147b180f95df95f537a3307a 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetinclude.h
+ * \file InsetInclude.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 #ifndef INSET_INCLUDE_H
 #define INSET_INCLUDE_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 "support/filename.h"