]> git.lyx.org Git - lyx.git/blobdiff - src/FloatList.h
Move #includes out of header files.
[lyx.git] / src / FloatList.h
index 5d05702ba79b9ce5435a5915045b758fc71206c2..ac9d832c61d366cf2e47ec217f652c09cb6aaa50 100644 (file)
@@ -1,25 +1,22 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file FloatList.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
  *
- *           Copyright 1998-2001 The LyX Team.
- *
- * ======================================================
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FLOATLIST_H
 #define FLOATLIST_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <map>
 
 #include "LString.h"
-#include "Floating.h"
+
+class Floating;
 
 ///
 class FloatList {