]> git.lyx.org Git - lyx.git/blobdiff - src/ShareContainer.h
the spellcheck cleanup
[lyx.git] / src / ShareContainer.h
index 93743898820d5ebc5f468c2c1a3891a2546e3c9d..d37dc3580d02c3009faca336fd4c08e3a33ce7ee 100644 (file)
@@ -1,13 +1,23 @@
 // -*- C++ -*-
+/**
+ * \file ShareContainer.h
+ * 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.
+ */
 
 #ifndef SHARECONTAINER_H
 #define SHARECONTAINER_H
 
+#include <boost/utility.hpp>
+#include <boost/shared_ptr.hpp>
+
 #include <vector>
 #include <algorithm>
 #include <functional>
-#include <boost/utility.hpp>
-#include <boost/smart_ptr.hpp>
 
 /// Share objects between several users.
 /**