aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Duggan <aduggan@synaptics.com>2015-10-15 22:03:06 -0700
committerBenson Leung <bleung@google.com>2015-10-16 14:51:40 -0700
commit4d02a56e9ec4a0d6e9366479552085d91d72f133 (patch)
tree6a1fe0cb4f6082bc665aba6e1f299e64b6c3437c
parentbfe164f231db37ecb98321a50f1850f78bd98979 (diff)
downloadrmi4utils-4d02a56e9ec4a0d6e9366479552085d91d72f133.tar.gz
UPSTREAM: rmi4update: remove redundant include of alloca.h
(cherry picked from commit cf807718a2a6802475be33bff400835d447e5bff) Signed-off-by: Benson Leung <bleung@google.com> Bug: 24809436 Change-Id: I3bdd5c1b4aca08c9ed8fa524472bdb52285be125
-rw-r--r--rmi4update/rmi4update.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/rmi4update/rmi4update.cpp b/rmi4update/rmi4update.cpp
index 3e129aa..6c267bc 100644
--- a/rmi4update/rmi4update.cpp
+++ b/rmi4update/rmi4update.cpp
@@ -23,7 +23,6 @@
#include <string.h>
#include <stdlib.h>
#include <errno.h>
-#include <alloca.h>
#include "rmi4update.h"