Oops, added the comment in the wrong place.

This commit is contained in:
dbaron%dbaron.org 2006-03-30 06:16:27 +00:00
Родитель 8b90a8ebf4
Коммит 0154eb72e5
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -36,16 +36,16 @@
*
* ***** END LICENSE BLOCK ***** */
#include "nsILayoutHistoryState.h"
#include "nsWeakReference.h"
#include "nsClassHashtable.h"
#include "nsPresState.h"
/*
* container for information saved in session history when the document
* is not
*/
#include "nsILayoutHistoryState.h"
#include "nsWeakReference.h"
#include "nsClassHashtable.h"
#include "nsPresState.h"
class nsLayoutHistoryState : public nsILayoutHistoryState,
public nsSupportsWeakReference
{