Bug 1438309 - Remove #ifndef MOZ_XUL from nsXULLabelFrame;r=nalexander

MozReview-Commit-ID: 2hm8pUSnZpN

--HG--
extra : rebase_source : c14005a47bf64512c20d1253f278157f428bc61d
This commit is contained in:
Brian Grinstead 2018-02-14 12:46:24 -08:00
parent 6c854a7275
commit 61019396c7

View File

@ -12,10 +12,6 @@
#include "mozilla/Attributes.h"
#include "nsBlockFrame.h"
#ifndef MOZ_XUL
#error "This file should not be included"
#endif
class nsXULLabelFrame final : public nsBlockFrame
{
public: