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

Commit 8e733cad authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

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

parents 3b0ae053 664e15e0
Loading
Loading
Loading
Loading
+1 −4
Original line number Original line Diff line number Diff line
@@ -19,10 +19,7 @@


#include <SimpleC2Component.h>
#include <SimpleC2Component.h>



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


namespace android {
namespace android {


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


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


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


namespace android {
namespace android {