Bug 1326229 - Move the include for FrontendPluginRegistry.h to MozCheckAction.cpp; r=mystor

This commit is contained in:
Ehsan Akhgari
2016-12-29 11:32:31 -05:00
parent 5d8f2ebbf6
commit 21cde1e885
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,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/. */
#include "plugin.h"
#include "DiagnosticsMatcher.h"
#include "clang/Frontend/FrontendPluginRegistry.h"
class MozCheckAction : public PluginASTAction {
public: