summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTommi Rantala <tt.rantala@gmail.com>2012-09-05 17:06:22 +0300
committerTommi Rantala <tt.rantala@gmail.com>2012-09-28 13:52:21 +0300
commit0aa60f4f15288feacd8f34bd21fb9e979912d133 (patch)
tree1d426ff800847fccaf6271aa39d1f9375138f02c /include
parentdc680c0b52a4113cf9cf5b924714d79fb1654ee2 (diff)
downloadlibunwind-0aa60f4f15288feacd8f34bd21fb9e979912d133.tar.gz
Remove unneeded `atomic_ops.h' inclusion in `dwarf.h'
Diffstat (limited to 'include')
-rw-r--r--include/dwarf.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/dwarf.h b/include/dwarf.h
index 1a4bcb73..1885b9b1 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 */