libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] [PATCH 02/57] Remove unneeded `atomic_ops.h' inclusion


From: Tommi Rantala
Subject: [Libunwind-devel] [PATCH 02/57] Remove unneeded `atomic_ops.h' inclusion in `dwarf.h'
Date: Fri, 21 Sep 2012 14:11:03 +0300

---
 include/dwarf.h |    8 --------
 1 file changed, 8 deletions(-)

diff --git a/include/dwarf.h b/include/dwarf.h
index 1a4bcb7..1885b9b 100644
--- a/include/dwarf.h
+++ b/include/dwarf.h
@@ -26,14 +26,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.  */
 #ifndef dwarf_h
 #define dwarf_h
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#ifdef HAVE_ATOMIC_OPS_H
-# include <atomic_ops.h>
-#endif
-
 #include <libunwind.h>
 
 struct dwarf_cursor;   /* forward-declaration */
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]