]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.cpp
Rename files in src/support, step one.
[lyx.git] / src / insets / InsetNote.cpp
index f643ce8c37276f64b3b5fa4a0352f450fcc7dc1c..70ae24158be747159034ca92c2ef0bd2a99e5ab9 100644 (file)
 #include "InsetNote.h"
 
 #include "BufferView.h"
-#include "cursor.h"
+#include "LCursor.h"
 #include "debug.h"
-#include "dispatchresult.h"
-#include "exporter.h"
-#include "funcrequest.h"
+#include "DispatchResult.h"
+#include "Exporter.h"
+#include "FuncRequest.h"
 #include "FuncStatus.h"
 #include "gettext.h"
 #include "LaTeXFeatures.h"
 #include "LColor.h"
-#include "lyxlex.h"
-#include "metricsinfo.h"
-#include "outputparams.h"
-#include "paragraph.h"
+#include "LyXLex.h"
+#include "MetricsInfo.h"
+#include "OutputParams.h"
+#include "Paragraph.h"
 
 #include "support/lyxalgo.h"
-#include "support/translator.h"
+#include "support/Translator.h"
 
 #include <sstream>