diff options
author | Dima Kogan <dima@secretsauce.net> | 2014-07-09 00:45:42 -0700 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-08-22 20:38:26 +0900 |
commit | ac6502b964595e8eb8d5268ed9d79824cacaba91 (patch) | |
tree | cc11cf938d08bff5d9953d4587d975107fdfc93b | |
parent | 2cdae45b59ef73f7128e123fa24de24941de8f26 (diff) | |
download | ltrace-ac6502b964595e8eb8d5268ed9d79824cacaba91.tar.gz ltrace-ac6502b964595e8eb8d5268ed9d79824cacaba91.tar.bz2 ltrace-ac6502b964595e8eb8d5268ed9d79824cacaba91.zip |
removed needless #include
-rw-r--r-- | library.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -23,7 +23,6 @@ #define _LIBRARY_H_ #include <stdint.h> -#include <stdbool.h> #if defined(HAVE_LIBDW) # include <elfutils/libdwfl.h> |