Bug 1637452: Part 16 - Fix JNI includes in intl; r=zbraniecki

In this bug we're moving away from monolithic JNI headers to class-specific
headers so that we don't have to rebuild the world every time we make a change
to a JNI interface.

Differential Revision: https://phabricator.services.mozilla.com/D75379
This commit is contained in:
Aaron Klotz 2020-05-15 17:06:15 +00:00
parent b66ad1f151
commit 87ce5afbf3

View File

@ -7,7 +7,7 @@
#include "OSPreferences.h"
#include "mozilla/Preferences.h"
#include "GeneratedJNIWrappers.h"
#include "mozilla/java/GeckoAppShellWrappers.h"
using namespace mozilla::intl;