Skip to content

Commit

Permalink
Remove unnecessary include of position.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Apr 28, 1999
1 parent 8c485ac commit 3445de6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion linenum.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
*/

#include "less.h"
#include "position.h"

/*
* Structure to keep track of a line number and the associated file position.
Expand Down
1 change: 0 additions & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
*/

#include "less.h"
#include "position.h"

public char * every_first_cmd = NULL;
public int new_file;
Expand Down
1 change: 0 additions & 1 deletion mark.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@


#include "less.h"
#include "position.h"

extern IFILE curr_ifile;
extern int sc_height;
Expand Down

0 comments on commit 3445de6

Please sign in to comment.