Skip to content

Commit

Permalink
Remove unused header.
Browse files Browse the repository at this point in the history
  • Loading branch information
biot committed Nov 22, 2014
1 parent 5d70afe commit dae8ca6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 50 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TOKENLINE_SRC = tokenline.c
TOKENLINE_DEP = $(TOKENLINE_SRC) tokenline.h

DEMO_SRC = demo/commands.c demo/demo.c
DEMO_DEP = $(DEMO_SRC) demo/commands.h
DEMO_DEP = $(DEMO_SRC)

tokenline-demo: $(TOKENLINE_DEP) $(DEMO_DEP)
$(CC) $(FLAGS) -I. -Idemo $(TOKENLINE_SRC) $(DEMO_SRC) -o tokenline-demo
Expand Down
48 changes: 0 additions & 48 deletions demo/commands.h

This file was deleted.

1 change: 0 additions & 1 deletion demo/demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <termios.h>

#include "tokenline.h"
#include "commands.h"

extern t_token tokens[];
extern t_token_dict dict[];
Expand Down

0 comments on commit dae8ca6

Please sign in to comment.