Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 664e15e0 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Remove `extern "C"` around `#include "gsm.h"`.

libgsm's headers are now C++-safe.

Test: treehugger
Change-Id: I7df24df757e95655433c1927b6ee3476d4309dd0
parent fd2fb97a
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -19,10 +19,7 @@

#include <SimpleC2Component.h>


extern "C" {
#include "gsm.h"
}

namespace android {

+0 −2
Original line number Diff line number Diff line
@@ -20,9 +20,7 @@

#include <media/stagefright/omx/SimpleSoftOMXComponent.h>

extern "C" {
#include "gsm.h"
}

namespace android {