Skip to content

Commit

Permalink
Completely remove all references to list.h
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Oct 27, 2016
1 parent f8df2d0 commit 94d47c7
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 1,015 deletions.
1 change: 0 additions & 1 deletion libr/asm/asm.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <r_types.h>
#include <r_util.h>
#include <r_asm.h>
#include <list.h>
#include "../config.h"

R_LIB_VERSION (r_asm);
Expand Down
4 changes: 1 addition & 3 deletions libr/bin/bin.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

// TODO: dlopen library and show address

#include <r_bin.h>
#include <r_types.h>
#include <r_util.h>
#include <r_lib.h>
#include <r_list.h>
#include <r_bin.h>
#include <r_io.h>
#include <list.h>
#include "../config.h"

R_LIB_VERSION (r_bin);
Expand Down
Loading

0 comments on commit 94d47c7

Please sign in to comment.