1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-17 10:45:18 +02:00

Remove unneeded atomic_ops.h' inclusion in dwarf.h'

This commit is contained in:
Tommi Rantala 2012-09-05 17:06:22 +03:00
parent dc680c0b52
commit 0aa60f4f15

View file

@ -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 */