aboutsummaryrefslogtreecommitdiffstats
path: root/liblog
diff options
context:
space:
mode:
authorAlexey Tarasov <tarasov@dodologics.com>2008-11-05 07:40:37 +1000
committerAlexey Tarasov <tarasov@dodologics.com>2008-11-07 11:44:22 +1000
commitabb9638e3696e393d6dc45439feda91073e52103 (patch)
tree43c29f41effdbd07a94d5a7551b9af4a4841cbd3 /liblog
parent57401dc849db11f38133796c01d982de0391318d (diff)
downloadsystem_core-abb9638e3696e393d6dc45439feda91073e52103.tar.gz
system_core-abb9638e3696e393d6dc45439feda91073e52103.tar.bz2
system_core-abb9638e3696e393d6dc45439feda91073e52103.zip
1. added macro definitions to AndroidConfig.h
2. removed unnecessary include of <alloca.h>
Diffstat (limited to 'liblog')
-rw-r--r--liblog/logprint.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/liblog/logprint.c b/liblog/logprint.c
index 2cf12545..080f9e36 100644
--- a/liblog/logprint.c
+++ b/liblog/logprint.c
@@ -23,7 +23,6 @@
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
-#include <alloca.h>
#include <assert.h>
#include <arpa/inet.h>