Don't use system include syntax for project include in jni/pc/peerconnection.h

Bug: None
Change-Id: Id199afe6a66955a243d0ba877d85c04a2bcdd2ef
Reviewed-on: https://webrtc-review.googlesource.com/c/115657
Reviewed-by: Magnus Jedvert <magjed@webrtc.org>
Commit-Queue: Steve Anton <steveanton@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26102}
This commit is contained in:
Steve Anton
2018-12-26 15:17:39 -08:00
committed by Commit Bot
parent 4db667be74
commit 67a39ac511

View File

@ -11,12 +11,12 @@
#ifndef SDK_ANDROID_SRC_JNI_PC_PEERCONNECTION_H_ #ifndef SDK_ANDROID_SRC_JNI_PC_PEERCONNECTION_H_
#define SDK_ANDROID_SRC_JNI_PC_PEERCONNECTION_H_ #define SDK_ANDROID_SRC_JNI_PC_PEERCONNECTION_H_
#include <pc/mediastreamobserver.h>
#include <map> #include <map>
#include <memory> #include <memory>
#include <vector> #include <vector>
#include "api/peerconnectioninterface.h" #include "api/peerconnectioninterface.h"
#include "pc/mediastreamobserver.h"
#include "sdk/android/src/jni/jni_helpers.h" #include "sdk/android/src/jni/jni_helpers.h"
#include "sdk/android/src/jni/pc/mediaconstraints.h" #include "sdk/android/src/jni/pc/mediaconstraints.h"
#include "sdk/android/src/jni/pc/mediastream.h" #include "sdk/android/src/jni/pc/mediastream.h"