removed needless #include
authorDima Kogan <dima@secretsauce.net>
Wed, 9 Jul 2014 07:45:42 +0000 (00:45 -0700)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:26 +0000 (20:38 +0900)
library.h

index 71ac4db..8e4d059 100644 (file)
--- a/library.h
+++ b/library.h
@@ -23,7 +23,6 @@
 #define _LIBRARY_H_
 
 #include <stdint.h>
-#include <stdbool.h>
 
 #if defined(HAVE_LIBDW)
 # include <elfutils/libdwfl.h>