X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloatList.C;h=7b1bf81ccf3e3f6807fb80acced4354aac2ae71c;hb=6a55be9506b112110826cf63bc21786044569f1d;hp=c0b1e423b51cc61090e806062bd4090027f74a0d;hpb=99d1627a471b92f403598d03dfc861ddc3c11be0;p=lyx.git diff --git a/src/FloatList.C b/src/FloatList.C index c0b1e423b5..7b1bf81ccf 100644 --- a/src/FloatList.C +++ b/src/FloatList.C @@ -1,7 +1,19 @@ +/** + * \file FloatList.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Lars Gullik Bjønnes + * + * Full author contact details are available in file CREDITS. + */ + #include #include "FloatList.h" -#include "gettext.h" +#include "Floating.h" + +using std::string; // This class is now mostly finished, except one thing, it is a global // object. This will not do. The user (and layout files) are free to