mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
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:
parent
b66ad1f151
commit
87ce5afbf3
@ -7,7 +7,7 @@
|
||||
#include "OSPreferences.h"
|
||||
#include "mozilla/Preferences.h"
|
||||
|
||||
#include "GeneratedJNIWrappers.h"
|
||||
#include "mozilla/java/GeckoAppShellWrappers.h"
|
||||
|
||||
using namespace mozilla::intl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user