Skip to content

Commit

Permalink
#147 retry cancellations
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Jan 15, 2024
1 parent aab2050 commit b681c28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ TST_E = $(patsubst tst/%.c,%,$(wildcard tst/tst-*.c))
TST_T = $(patsubst tst%,test%,$(TST_E))

all: way-displays
ssh duke -C "rm /home/alex/bin/way-displays" || true
scp way-displays duke:/home/alex/bin

$(SRC_O): $(INC_H) $(PRO_H) config.mk GNUmakefile
$(PRO_O): $(PRO_H) config.mk GNUmakefile
Expand Down
2 changes: 0 additions & 2 deletions src/listener_output_configuration.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#include <stddef.h>
#include <stdlib.h>

#include "listeners.h"

#include "displ.h"
#include "process.h"
#include "slist.h"
#include "head.h"
#include "wlr-output-management-unstable-v1.h"
Expand Down

0 comments on commit b681c28

Please sign in to comment.