Bug 838931 - Don't include nsIFrameTraversal.h since it's not used in this file anymore. r=dholbert

This commit is contained in:
Mats Palmgren 2013-02-07 21:07:53 -05:00
parent d502490e0d
commit 0b57a2f709

View File

@ -66,7 +66,6 @@
#include "nsCaret.h"
#include "nsSubDocumentFrame.h"
#include "nsIFrameTraversal.h"
#include "nsLayoutCID.h"
#include "nsLayoutUtils.h"
#include "nsIInterfaceRequestorUtils.h"
@ -117,8 +116,6 @@ using namespace mozilla::dom;
static const nsIntPoint kInvalidRefPoint = nsIntPoint(-1,-1);
static NS_DEFINE_CID(kFrameTraversalCID, NS_FRAMETRAVERSAL_CID);
static bool sLeftClickOnly = true;
static bool sKeyCausesActivation = true;
static uint32_t sESMInstanceCount = 0;