Bug 793494 Allow non-libxul code to include nsIWidget.h again r=roc

This commit is contained in:
Neil Rashbrook 2012-09-24 00:26:43 +01:00
parent 907e7d9843
commit ae88e50535

View File

@ -11,7 +11,6 @@
#include "nsCoord.h"
#include "nsRect.h"
#include "nsPoint.h"
#include "nsRegion.h"
#include "nsStringGlue.h"
#include "prthread.h"
@ -36,6 +35,7 @@ class gfxASurface;
class nsIContent;
class ViewWrapper;
class nsIWidgetListener;
class nsIntRegion;
namespace mozilla {
namespace dom {