Bug 903794 - Cleanup PluginModuleParent.h includes; r=johns

This commit is contained in:
Ms2ger
2013-08-14 09:00:47 +02:00
parent 88b9f3457e
commit f3b7092d51
3 changed files with 14 additions and 23 deletions

View File

@@ -4,14 +4,14 @@
* 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/. */
#include "mozilla/DebugOnly.h"
#include "PluginScriptableObjectParent.h"
#include "PluginScriptableObjectUtils.h"
#include "nsNPAPIPlugin.h"
#include "mozilla/DebugOnly.h"
#include "mozilla/plugins/PluginIdentifierParent.h"
#include "mozilla/unused.h"
#include "nsCxPusher.h"
#include "nsNPAPIPlugin.h"
#include "PluginScriptableObjectUtils.h"
using namespace mozilla::plugins;
using namespace mozilla::plugins::parent;