Oops, added the comment in the wrong place.

git-svn-id: svn://10.0.0.236/trunk@193247 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org 2006-03-30 06:16:27 +00:00
parent f982efe3c6
commit b9dc54e659

View File

@ -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
{