]> git.lyx.org Git - features.git/blobdiff - src/insets/insetvspace.h
Rename insets/insetxxx to insets/InsetXxx, part 1
[features.git] / src / insets / insetvspace.h
index abe49948094ac7bb7f3a76e06301c7491fc11dda..12c6f123358e215ebd1c4378651dabc63732085f 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetvspace.h
+ * \file InsetVSpace.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,9 +13,9 @@
 #define INSET_VSPACE_H
 
 
-#include "inset.h"
+#include "Inset.h"
 #include "vspace.h"
-#include "mailinset.h"
+#include "MailInset.h"
 
 
 namespace lyx {