mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 945589 - Add include guards to ScriptedNotificationObserver.h
This commit is contained in:
parent
ae901ef97f
commit
1cd4a8e4ce
@ -4,6 +4,9 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef ScriptedNotificationObserver_h
|
||||
#define ScriptedNotificationObserver_h
|
||||
|
||||
#include "imgINotificationObserver.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsCycleCollectionParticipant.h"
|
||||
@ -28,3 +31,5 @@ private:
|
||||
};
|
||||
|
||||
}}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user