diff options
author | Mathias Agopian <mathias@google.com> | 2009-05-31 18:50:09 -0700 |
---|---|---|
committer | Mike Lockwood <lockwood@android.com> | 2009-08-26 14:46:18 -0700 |
commit | 3969080e232beed7c68a65cde7fdafc79ce55b0e (patch) | |
tree | 54466074274c578a8a6d865eaf66c7385a96ec13 /fastboot | |
parent | 22048ef3257719a4e03e6a81a989b071abe7655c (diff) | |
download | system_core-3969080e232beed7c68a65cde7fdafc79ce55b0e.zip system_core-3969080e232beed7c68a65cde7fdafc79ce55b0e.tar.gz system_core-3969080e232beed7c68a65cde7fdafc79ce55b0e.tar.bz2 |
get rid of utils/executablepath.h, which now lives in the simulator
Diffstat (limited to 'fastboot')
-rw-r--r-- | fastboot/util_osx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fastboot/util_osx.c b/fastboot/util_osx.c index 068241c..b43e316 100644 --- a/fastboot/util_osx.c +++ b/fastboot/util_osx.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <utils/executablepath.h> #import <Carbon/Carbon.h> #include <unistd.h> |