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

Commit e52954e4 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Remove voodoo.

<inttypes.h> and <stdint.h> "just work" on all of our host and device libcs now.

Change-Id: I189ead36b0a0622d9564f7d5e79061cecc1fff80
parent 555e6b88
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

#pragma once

#define __STDC_LIMIT_MACROS
#include <inttypes.h>

#include <sys/types.h>
+0 −3
Original line number Diff line number Diff line
@@ -18,9 +18,6 @@
//#define LOG_NDEBUG 0

#include "Configuration.h"
#undef __STRICT_ANSI__
#define __STDINT_LIMITS
#define __STDC_LIMIT_MACROS
#include <stdint.h>
#include <sys/time.h>
#include <dlfcn.h>