Add include guards to nsVariant.h. No bug. r=bz.

This commit is contained in:
Peter Van der Beken 2012-03-29 13:18:32 -07:00
parent dbae036f37
commit bded75e901

View File

@ -1,4 +1,4 @@
/* -*- Mode: IDL; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@ -39,6 +39,9 @@
/* The long avoided variant support for xpcom. */
#ifndef nsVariant_h
#define nsVariant_h
#include "nsIVariant.h"
#include "nsStringFwd.h"
#include "xpt_struct.h"
@ -206,3 +209,4 @@ protected:
#define NS_VARIANT_CLASSNAME "Variant"
#endif // nsVariant_h