]> git.lyx.org Git - lyx.git/blobdiff - src/FloatList.h
Move #includes out of header files.
[lyx.git] / src / FloatList.h
index 40611c6464f5e7f213d3d3a30627670f20546fd6..ac9d832c61d366cf2e47ec217f652c09cb6aaa50 100644 (file)
@@ -15,7 +15,8 @@
 #include <map>
 
 #include "LString.h"
-#include "Floating.h"
+
+class Floating;
 
 ///
 class FloatList {