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

Commit 70f0be38 authored by Alessio Balsini's avatar Alessio Balsini
Browse files

pragma once for header file



Add missing "#pragma once" to header file.

Bug: none
Test: build
Change-Id: I9ea248686dc2affc8ba093c58a2660505f5cc8de
Signed-off-by: default avatarAlessio Balsini <balsini@google.com>
parent f71ca37d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#pragma once

#include <stdint.h>

#include <vector>